summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/line-directive.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-2/+2
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
| | | | | | | | | - 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
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* make sure to verify that the "non pch" runs worked.Chris Lattner2009-04-181-1/+1
| | | | llvm-svn: 69457
* PCH support for record decls/types and their fields. Now that we canDouglas Gregor2009-04-131-3/+3
| | | | | | | handle the definition of __builtin_va_list on x86-64, eliminate the forced -triple in PCH tests to get better coverage. llvm-svn: 68988
* Include the SourceManager's line table in the PCH file. We can nowDouglas Gregor2009-04-131-0/+25
properly cope with #line directives in PCH files. llvm-svn: 68963
OpenPOWER on IntegriCloud