Skip to content

Commit

Permalink
[AST] Stop including llvm/ADT/StringMap.h (NFC)
Browse files Browse the repository at this point in the history
The last use of StringMap was removed by:

  commit 2015741
  Author: Vince Bridgers <vince.a.bridgers@gmail.com>
  Date:   Thu Jul 16 12:55:32 2020 -0500
  • Loading branch information
kazutakahirata committed Oct 14, 2023
1 parent 70fedaf commit f3cfd38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clang/unittests/AST/ASTImporterTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

#include "clang/AST/RecordLayout.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/SmallVectorMemoryBuffer.h"

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

using internal::Matcher;
using internal::BindableMatcher;
using llvm::StringMap;

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

0 comments on commit f3cfd38

Please sign in to comment.