]> granicus.if.org Git - clang/commitdiff
Remove unnecessary and inappropriate forward-declaration of Sema from
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 15 Oct 2019 21:50:24 +0000 (21:50 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 15 Oct 2019 21:50:24 +0000 (21:50 +0000)
AST.

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

include/clang/AST/ExprCXX.h

index 57ccba8b819e5429f7456cb8a8f9e4dfca83a63d..9c05de6fdcf93ed8fa056874e536d8a5c52a6a31 100644 (file)
@@ -57,7 +57,6 @@ class IdentifierInfo;
 class LambdaCapture;
 class NonTypeTemplateParmDecl;
 class TemplateParameterList;
-class Sema;
 
 //===--------------------------------------------------------------------===//
 // C++ Expressions.