projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2a0ac4
)
ASTConcept.h - remove unused <string> include. NFCI.
author
Simon Pilgrim
<llvm-dev@redking.me.uk>
Mon, 7 Jun 2021 09:15:45 +0000
(10:15 +0100)
committer
Simon Pilgrim
<llvm-dev@redking.me.uk>
Mon, 7 Jun 2021 09:58:32 +0000
(10:58 +0100)
clang/include/clang/AST/ASTConcept.h
patch
|
blob
|
history
diff --git
a/clang/include/clang/AST/ASTConcept.h
b/clang/include/clang/AST/ASTConcept.h
index 71bf14a8786571d38eade8f50712996220167f7c..d0526f4fa5c592c8a77cb89c23d8222d45bf049b 100644
(file)
--- a/
clang/include/clang/AST/ASTConcept.h
+++ b/
clang/include/clang/AST/ASTConcept.h
@@
-14,12
+14,13
@@
#ifndef LLVM_CLANG_AST_ASTCONCEPT_H
#define LLVM_CLANG_AST_ASTCONCEPT_H
+
#include "clang/AST/Expr.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/SmallVector.h"
-#include <string>
#include <utility>
+
namespace clang {
class ConceptDecl;
class ConceptSpecializationExpr;