Bump --enable-compiler-plugins to Clang 3.8.0
<https://lists.freedesktop.org/archives/libreoffice/2017-December/079107.html> "Clang baseline bump" Change-Id: I18fca8794ea34118fc6308458064d0c28cf5caf7 Reviewed-on: https://gerrit.libreoffice.org/46557 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -80,11 +80,7 @@ class LibreOfficeAction
|
||||
: public PluginASTAction
|
||||
{
|
||||
public:
|
||||
#if CLANG_VERSION >= 30600
|
||||
virtual std::unique_ptr<ASTConsumer> CreateASTConsumer( CompilerInstance& Compiler, StringRef InFile );
|
||||
#else
|
||||
virtual ASTConsumer* CreateASTConsumer( CompilerInstance& Compiler, StringRef InFile );
|
||||
#endif
|
||||
|
||||
virtual bool ParseArgs( const CompilerInstance& CI, const std::vector< std::string >& args );
|
||||
private:
|
||||
|
Reference in New Issue
Block a user