Skip to content

Commit f3cfd38

Browse files
[AST] Stop including llvm/ADT/StringMap.h (NFC)
The last use of StringMap was removed by: commit 2015741 Author: Vince Bridgers <[email protected]> Date: Thu Jul 16 12:55:32 2020 -0500
1 parent 70fedaf commit f3cfd38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/unittests/AST/ASTImporterTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#include "clang/AST/RecordLayout.h"
1414
#include "clang/ASTMatchers/ASTMatchers.h"
15-
#include "llvm/ADT/StringMap.h"
1615
#include "llvm/Support/SmallVectorMemoryBuffer.h"
1716

1817
#include "clang/AST/DeclContextInternals.h"
@@ -26,7 +25,6 @@ namespace ast_matchers {
2625

2726
using internal::Matcher;
2827
using internal::BindableMatcher;
29-
using llvm::StringMap;
3028

3129
static const RecordDecl *getRecordDeclOfFriend(FriendDecl *FD) {
3230
QualType Ty = FD->getFriendType()->getType().getCanonicalType();

0 commit comments

Comments
 (0)