summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/attr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-1/+1
* [opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie2015-09-111-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Add more of the command line options as attribute flags.Bill Wendling2013-02-281-1/+1
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-9/+6
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-6/+9
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-9/+6
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-5/+10
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-5/+5
* PR13941: Mark all virtual functions as unnamed_addr. It's not possible toRichard Smith2012-09-281-3/+7
* Fix PR8720 by printing an error message with a substring that the gcc testsui...Rafael Espindola2010-12-071-1/+1
* Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall2010-03-191-0/+8
* Fix attr.cpp by not checking the generated assembler output.Anders Carlsson2010-01-271-24/+5
* Fix for PR5967: Make const-marking for LLVM globals correct for cases requiringEli Friedman2010-01-081-0/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Ensure we have atleast 2-byte alignment for member functions.Mike Stump2009-10-051-3/+11
* Testcase for recent checkin.Mike Stump2009-10-051-0/+28