summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtProfile.cpp
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2010-09-10 20:55:43 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2010-09-10 20:55:43 +0000
commit4202c0f2a998581abd9ebedeb10f804b45b72340 (patch)
tree88fb6941cb7f2c50612fc093355fa5f39b133f53 /clang/lib/AST/StmtProfile.cpp
parent22e3a93586c458e2038f7380e78b3f2fb39f660c (diff)
downloadbcm5719-llvm-4202c0f2a998581abd9ebedeb10f804b45b72340.tar.gz
bcm5719-llvm-4202c0f2a998581abd9ebedeb10f804b45b72340.zip
Define and implement CXXNoexceptExpr. Create it in Sema.
llvm-svn: 113623
Diffstat (limited to 'clang/lib/AST/StmtProfile.cpp')
-rw-r--r--clang/lib/AST/StmtProfile.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/lib/AST/StmtProfile.cpp b/clang/lib/AST/StmtProfile.cpp
index 843248cc0bf..607cf213db0 100644
--- a/clang/lib/AST/StmtProfile.cpp
+++ b/clang/lib/AST/StmtProfile.cpp
@@ -830,6 +830,10 @@ void StmtProfiler::VisitUnresolvedMemberExpr(UnresolvedMemberExpr *S) {
VisitTemplateArguments(S->getTemplateArgs(), S->getNumTemplateArgs());
}
+void StmtProfiler::VisitCXXNoexceptExpr(CXXNoexceptExpr *S) {
+ VisitExpr(S);
+}
+
void StmtProfiler::VisitObjCStringLiteral(ObjCStringLiteral *S) {
VisitExpr(S);
}
OpenPOWER on IntegriCloud