r374952 - Remove unnecessary and inappropriate forward-declaration of Sema from

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 15 14:50:24 PDT 2019


Author: rsmith
Date: Tue Oct 15 14:50:24 2019
New Revision: 374952

URL: http://llvm.org/viewvc/llvm-project?rev=374952&view=rev
Log:
Remove unnecessary and inappropriate forward-declaration of Sema from
AST.

Modified:
    cfe/trunk/include/clang/AST/ExprCXX.h

Modified: cfe/trunk/include/clang/AST/ExprCXX.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ExprCXX.h?rev=374952&r1=374951&r2=374952&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ExprCXX.h (original)
+++ cfe/trunk/include/clang/AST/ExprCXX.h Tue Oct 15 14:50:24 2019
@@ -57,7 +57,6 @@ class IdentifierInfo;
 class LambdaCapture;
 class NonTypeTemplateParmDecl;
 class TemplateParameterList;
-class Sema;
 
 //===--------------------------------------------------------------------===//
 // C++ Expressions.




More information about the cfe-commits mailing list