summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/predefined-expr.m
Commit message (Expand)AuthorAgeFilesLines
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola2011-01-101-10/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Tests use the new clang.Fariborz Jahanian2009-12-141-1/+1
* Speed up testing by avoiding stdio.h, also helps testing on windows.Mike Stump2009-10-081-1/+1
* Force triple to avoid spurious differences due to runtime choice.Daniel Dunbar2009-09-131-1/+1
* Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...Anders Carlsson2009-09-081-0/+90