summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/predefined-expr.c
Commit message (Expand)AuthorAgeFilesLines
* Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola2011-01-101-8/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar2009-11-171-1/+1
* Don't use the PredefinedExpr string as the global variable name, these don'tDaniel Dunbar2009-09-121-4/+4
* Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...Anders Carlsson2009-09-081-0/+45