diff options
author | Vlad Tsyrklevich <vtsyrklevich@google.com> | 2019-10-28 14:36:31 -0700 |
---|---|---|
committer | Vlad Tsyrklevich <vtsyrklevich@google.com> | 2019-10-28 15:00:40 -0700 |
commit | 38839d08b8e165dfaab0fa6acc77e620d6df294c (patch) | |
tree | 34a8a30dc6a8068683a06c767bb49849bad51fbd /clang/lib/AST/ASTContext.cpp | |
parent | 6b7615ae9a2296f7190b126d7573bfa3310d8afc (diff) | |
download | bcm5719-llvm-38839d08b8e165dfaab0fa6acc77e620d6df294c.tar.gz bcm5719-llvm-38839d08b8e165dfaab0fa6acc77e620d6df294c.zip |
Revert "[Concepts] Constraint Enforcement & Diagnostics"
This reverts commit ffa214ef22892d75340dc6720271863901dc2c90, it was
causing ASAN test failures on sanitizer-x86_64-linux-bootstrap.
Diffstat (limited to 'clang/lib/AST/ASTContext.cpp')
-rw-r--r-- | clang/lib/AST/ASTContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp index cdd05c02ef3..cda51ec755a 100644 --- a/clang/lib/AST/ASTContext.cpp +++ b/clang/lib/AST/ASTContext.cpp @@ -14,7 +14,6 @@ #include "CXXABI.h" #include "Interp/Context.h" #include "clang/AST/APValue.h" -#include "clang/AST/ASTConcept.h" #include "clang/AST/ASTMutationListener.h" #include "clang/AST/ASTTypeTraits.h" #include "clang/AST/Attr.h" |