]> granicus.if.org Git - clang/commit
Reintroduce the home for exception specs, and make Sema fill it. However, keep the...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 27 May 2009 22:11:52 +0000 (22:11 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 27 May 2009 22:11:52 +0000 (22:11 +0000)
commit465226e23a3008bd68973513dda1f9e3cd27dbdd
treec42f2171260da10cac2a87d0f8bc530feef24d00
parentcfcceab862141b7cc3df42ced5f421d76e536a36
Reintroduce the home for exception specs, and make Sema fill it. However, keep the spec out of the canonical type this time. Net effect is currently nothing, because the spec isn't checked anywhere.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72498 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/AST/Type.h
lib/AST/ASTContext.cpp
lib/AST/Type.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaType.cpp