summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/attr.cpp
AgeCommit message (Expand)Author
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2012-09-28PR13941: Mark all virtual functions as unnamed_addr. It's not possible toRichard Smith
2010-12-07Fix PR8720 by printing an error message with a substring that the gcc testsui...Rafael Espindola
2010-03-19Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall
2010-01-27Fix attr.cpp by not checking the generated assembler output.Anders Carlsson
2010-01-08Fix for PR5967: Make const-marking for LLVM globals correct for cases requiringEli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-05Ensure we have atleast 2-byte alignment for member functions.Mike Stump
2009-10-05Testcase for recent checkin.Mike Stump