]> granicus.if.org Git - clang/commitdiff
[Concepts] Remove unused and illegal Sema includes from ExprCXX.cpp
authorSaar Raz <saar@raz.email>
Tue, 15 Oct 2019 15:49:29 +0000 (15:49 +0000)
committerSaar Raz <saar@raz.email>
Tue, 15 Oct 2019 15:49:29 +0000 (15:49 +0000)
Fixing accidental includes introduced in 374903

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374907 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ExprCXX.cpp

index 7980049c496f654bec35883ad59998b563c41b32..a9b7c00a8bb35ba117d50306cfe8d51ed9e6d2c9 100644 (file)
@@ -28,9 +28,6 @@
 #include "clang/Basic/OperatorKinds.h"
 #include "clang/Basic/SourceLocation.h"
 #include "clang/Basic/Specifiers.h"
-#include "clang/Sema/Template.h"
-#include "clang/Sema/SemaDiagnostic.h"
-#include "clang/Sema/Sema.h"
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/ErrorHandling.h"
@@ -1761,4 +1758,4 @@ ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty,
   void *Buffer = C.Allocate(totalSizeToAlloc<TemplateArgument>(
                                 NumTemplateArgs));
   return new (Buffer) ConceptSpecializationExpr(Empty, NumTemplateArgs);
-}
\ No newline at end of file
+}