forked from OSchip/llvm-project
[Concepts] Remove unused and illegal Sema includes from ExprCXX.cpp
Fixing accidental includes introduced in 374903 llvm-svn: 374907
This commit is contained in:
parent
b459be1025
commit
84423bd439
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue