[cfe-commits] r158767 - in /cfe/trunk: include/clang/Basic/Attr.td include/clang/Sema/AttributeList.h lib/Lex/PPMacroExpansion.cpp lib/Parse/ParseDecl.cpp lib/Parse/ParseDeclCXX.cpp lib/Sema/DeclSpec.cpp lib/Sema/SemaDeclAttr.cpp lib/Sema/SemaStm

Howard Hinnant hhinnant at apple.com
Tue Jun 19 18:27:40 PDT 2012


On Jun 19, 2012, at 7:59 PM, Sean Hunt wrote:

> On Tue, Jun 19, 2012 at 7:57 PM, Sean Hunt <scshunt at csclub.uwaterloo.ca> wrote:
>> Author: coppro
>> Date: Tue Jun 19 18:57:03 2012
>> New Revision: 158767
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=158767&view=rev
>> Log:
>> Reapply r158700 and fixup patches, minus one hunk that slipped through and
>> caused a crash in an obscure case. On the plus side, it caused me to catch
>> another bug by inspection.
> 
> Please confirm that this does not break your code.

Looks good.  I just built r158781 and libcxx/test/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp is passing.  Thanks!

Howard




More information about the cfe-commits mailing list