We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0b0e0 commit c4d23d8Copy full SHA for c4d23d8
clang/unittests/AST/DeclTest.cpp
@@ -14,9 +14,10 @@
14
#include "clang/AST/Mangle.h"
15
#include "clang/ASTMatchers/ASTMatchFinder.h"
16
#include "clang/Basic/LLVM.h"
17
+#include "clang/Basic/TargetInfo.h"
18
#include "clang/Tooling/Tooling.h"
-#include "gtest/gtest.h"
19
#include "llvm/IR/DataLayout.h"
20
+#include "gtest/gtest.h"
21
22
using namespace clang::ast_matchers;
23
using namespace clang::tooling;
0 commit comments