aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/except/except.spec/p14-ir.cpp
AgeCommit message (Expand)Author
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-07-08Apparently the {{$}} hack doesn't work on Windows; I am saddened but notJohn McCall
2010-07-08Mark calls to 'throw()' functions as nounwind, and mark the functions nounwindJohn McCall
2010-07-06Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall
2010-07-01Provide exception specifications for implicitly-declared default constructors.Douglas Gregor
2010-07-01Provide exception specifications for implicitly-declared copy constructors.Douglas Gregor