Skip to content

Commit

Permalink
Remove unnecessary and inappropriate forward-declaration of Sema from
Browse files Browse the repository at this point in the history
AST.

llvm-svn: 374952
  • Loading branch information
zygoloid committed Oct 15, 2019
1 parent a98546e commit 666f977
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/include/clang/AST/ExprCXX.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class IdentifierInfo;
class LambdaCapture;
class NonTypeTemplateParmDecl;
class TemplateParameterList;
class Sema;

//===--------------------------------------------------------------------===//
// C++ Expressions.
Expand Down

0 comments on commit 666f977

Please sign in to comment.