forked from qt-creator/qt-creator
ClangRefactoringBackend: Fix build with Clang 11
Change-Id: Id03b0771e242534943e062dee3e63022ec9d9ce8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
#include <sourcelocationscontainer.h>
|
#include <sourcelocationscontainer.h>
|
||||||
#include <sourcerangescontainer.h>
|
#include <sourcerangescontainer.h>
|
||||||
|
|
||||||
|
#include <clang/Basic/FileManager.h>
|
||||||
#include <clang/Basic/SourceManager.h>
|
#include <clang/Basic/SourceManager.h>
|
||||||
#include <clang/Lex/Lexer.h>
|
#include <clang/Lex/Lexer.h>
|
||||||
#include <llvm/Support/FileSystem.h>
|
#include <llvm/Support/FileSystem.h>
|
||||||
|
@@ -34,6 +34,7 @@
|
|||||||
#include <utils/linecolumn.h>
|
#include <utils/linecolumn.h>
|
||||||
#include <utils/optional.h>
|
#include <utils/optional.h>
|
||||||
|
|
||||||
|
#include <clang/Basic/FileManager.h>
|
||||||
#include <clang/Basic/SourceLocation.h>
|
#include <clang/Basic/SourceLocation.h>
|
||||||
#include <clang/Basic/SourceManager.h>
|
#include <clang/Basic/SourceManager.h>
|
||||||
#include <clang/Index/USRGeneration.h>
|
#include <clang/Index/USRGeneration.h>
|
||||||
|
Reference in New Issue
Block a user