summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-10-15 21:50:24 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-10-15 21:50:24 +0000
commit5e5092b6825108321f5964376baef9fb136419db (patch)
treebf1056bac71e1ffa65678a141494f062630ce94c /include
parente0e9d03fa35a52eaf8ce3823d4a4ff96421e6706 (diff)
downloadclang-5e5092b6825108321f5964376baef9fb136419db.tar.gz
Remove unnecessary and inappropriate forward-declaration of Sema from
AST. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374952 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/AST/ExprCXX.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/AST/ExprCXX.h b/include/clang/AST/ExprCXX.h
index 57ccba8b81..9c05de6fdc 100644
--- a/include/clang/AST/ExprCXX.h
+++ b/include/clang/AST/ExprCXX.h
@@ -57,7 +57,6 @@ class IdentifierInfo;
class LambdaCapture;
class NonTypeTemplateParmDecl;
class TemplateParameterList;
-class Sema;
//===--------------------------------------------------------------------===//
// C++ Expressions.