]> granicus.if.org Git - clang/commit
Delay checking overrides for exception specifications if the overridden
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 22 Nov 2014 03:09:05 +0000 (03:09 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 22 Nov 2014 03:09:05 +0000 (03:09 +0000)
commit01f8e7c6bbc6bba8dacd5640a497771c4d44f710
treeb994ce788ebe17b75ea29ec8109b153a8d321938
parenta144208ca4a0bdb31361def792203f023c1644c8
Delay checking overrides for exception specifications if the overridden
specification has not yet been parsed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222603 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/Sema.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExceptionSpec.cpp
test/CXX/except/except.spec/p5-delayed.cpp [new file with mode: 0644]