aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/attr.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-1/+1
2013-02-28Add more of the command line options as attribute flags.Bill Wendling1-1/+1
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling1-9/+6
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks1-6/+9
2013-02-25Add more attributes from the command line to functions.Bill Wendling1-9/+6
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling1-5/+10
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling1-5/+5
2012-09-28PR13941: Mark all virtual functions as unnamed_addr. It's not possible toRichard Smith1-3/+7
2010-12-07Fix PR8720 by printing an error message with a substring that the gcc testsui...Rafael Espindola1-1/+1
2010-03-19Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall1-0/+8
2010-01-27Fix attr.cpp by not checking the generated assembler output.Anders Carlsson1-24/+5
2010-01-08Fix for PR5967: Make const-marking for LLVM globals correct for cases requiringEli Friedman1-0/+3
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-1/+1
2009-10-05Ensure we have atleast 2-byte alignment for member functions.Mike Stump1-3/+11
2009-10-05Testcase for recent checkin.Mike Stump1-0/+28