summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/except/except.spec/p14-ir.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-2/+2
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-6/+6
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-6/+6
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-4/+4
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-2/+2
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+2
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-5/+7
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-6/+7
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-7/+7
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-7/+7
* Apparently the {{$}} hack doesn't work on Windows; I am saddened but notJohn McCall2010-07-081-2/+5
* Mark calls to 'throw()' functions as nounwind, and mark the functions nounwindJohn McCall2010-07-081-17/+19
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-9/+12
* Provide exception specifications for implicitly-declared default constructors.Douglas Gregor2010-07-011-0/+26
* Provide exception specifications for implicitly-declared copy constructors.Douglas Gregor2010-07-011-0/+44
OpenPOWER on IntegriCloud