]> granicus.if.org Git - clang/commit
Factor out exception specification information from
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 31 Jul 2014 21:57:55 +0000 (21:57 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 31 Jul 2014 21:57:55 +0000 (21:57 +0000)
commit06266415660bdbbd2b8b41ce83def93b98dd69ec
treeb2fe26fe6809d35b0f55e6fe20a7e84f11ff7e74
parent01adae8f440672196da28be6fce2bb4acf8ab40b
Factor out exception specification information from
FunctionProtoType::ExtProtoInfo. Most of the users of these fields don't care
about the other ExtProtoInfo bits and just want to talk about the exception
specification.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214450 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/clang/AST/Type.h
include/clang/Sema/Sema.h
include/clang/Serialization/ASTReader.h
lib/AST/ASTContext.cpp
lib/AST/ASTDumper.cpp
lib/AST/ASTImporter.cpp
lib/AST/Type.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExceptionSpec.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/SemaType.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderDecl.cpp