build: Updated to Clang 7.0.0

This commit is contained in:
Eberhard Graether
2018-10-26 14:23:26 +02:00
parent 3d8afdb7be
commit f7b77b6f9c
92 changed files with 19097 additions and 15975 deletions
@@ -32,7 +32,7 @@ public:
void InclusionDirective(
clang::SourceLocation hashLocation, const clang::Token& includeToken, llvm::StringRef fileName, bool isAngled,
clang::CharSourceRange fileNameRange, const clang::FileEntry* fileEntry, llvm::StringRef searchPath,
llvm::StringRef relativePath, const clang::Module* imported) override;
llvm::StringRef relativePath, const clang::Module* imported, clang::SrcMgr::CharacteristicKind fileType) override;
void MacroDefined(const clang::Token& macroNameToken, const clang::MacroDirective* macroDirective) override;
void MacroUndefined(