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 70fedaf commit f3cfd38Copy full SHA for f3cfd38
clang/unittests/AST/ASTImporterTest.cpp
@@ -12,7 +12,6 @@
12
13
#include "clang/AST/RecordLayout.h"
14
#include "clang/ASTMatchers/ASTMatchers.h"
15
-#include "llvm/ADT/StringMap.h"
16
#include "llvm/Support/SmallVectorMemoryBuffer.h"
17
18
#include "clang/AST/DeclContextInternals.h"
@@ -26,7 +25,6 @@ namespace ast_matchers {
26
25
27
using internal::Matcher;
28
using internal::BindableMatcher;
29
-using llvm::StringMap;
30
31
static const RecordDecl *getRecordDeclOfFriend(FriendDecl *FD) {
32
QualType Ty = FD->getFriendType()->getType().getCanonicalType();
0 commit comments