summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/predefined-expr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Don't print a void return type for C++ constructors and destructors when ↵Sam Weinig2009-12-061-4/+4
| | | | | | generating a predefined expr for them. llvm-svn: 90725
* Speed up testing by avoiding stdio.h, also helps testing on windows.Mike Stump2009-10-081-1/+1
| | | | | | Patch by John Thompson. llvm-svn: 83593
* Don't use the PredefinedExpr string as the global variable name, these don'tDaniel Dunbar2009-09-121-35/+35
| | | | | | make very nice symbols, just use the function name. llvm-svn: 81653
* Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ↵Anders Carlsson2009-09-081-0/+226
Weinig! llvm-svn: 81237
OpenPOWER on IntegriCloud