Skip to content

Commit 666f977

Browse files
committed
Remove unnecessary and inappropriate forward-declaration of Sema from
AST. llvm-svn: 374952
1 parent a98546e commit 666f977

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/AST/ExprCXX.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class IdentifierInfo;
5757
class LambdaCapture;
5858
class NonTypeTemplateParmDecl;
5959
class TemplateParameterList;
60-
class Sema;
6160

6261
//===--------------------------------------------------------------------===//
6362
// C++ Expressions.

0 commit comments

Comments
 (0)