summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2009-05-29 15:01:05 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2009-05-29 15:01:05 +0000
commit10b9de45c3765363434641716540721fe966d512 (patch)
tree85ced9c16c5b238791acd040b0ae85ca8db4dbd4 /clang/lib/Sema/Sema.h
parent82dbbd7054c17289a13b2755b1f3fd1b4190e39d (diff)
downloadbcm5719-llvm-10b9de45c3765363434641716540721fe966d512.tar.gz
bcm5719-llvm-10b9de45c3765363434641716540721fe966d512.zip
Disallow exception specifications on multi-level indirections.
llvm-svn: 72571
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r--clang/lib/Sema/Sema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index 75632d560ec..6559ca4f8f3 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -349,6 +349,7 @@ public:
QualType GetTypeForDeclarator(Declarator &D, Scope *S, unsigned Skip = 0,
TagDecl **OwnedDecl = 0);
DeclarationName GetNameForDeclarator(Declarator &D);
+ bool CheckDistantExceptionSpec(QualType T);
QualType ObjCGetTypeForMethodDefinition(DeclPtrTy D);
OpenPOWER on IntegriCloud