Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests. | Daniel Dunbar | 2009-11-30 | 1 | -2/+2 |
| | | | | llvm-svn: 90122 | ||||
* | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
| | | | | llvm-svn: 86432 | ||||
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -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 | ||||
* | fix tests | Nuno Lopes | 2009-10-27 | 1 | -2/+2 |
| | | | | llvm-svn: 85223 | ||||
* | Convert Preprocessor Clang tests to FileCheck in regards to PR5307. | Edward O'Callaghan | 2009-10-27 | 1 | -18/+16 |
| | | | | llvm-svn: 85201 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81346 | ||||
* | Fix a couple of bugs: | Chris Lattner | 2009-05-25 | 1 | -6/+12 |
| | | | | | | | | | | | | 1. When we accept "#garbage" in asm-with-cpp mode, change the token kind of the # to unknown so that the preprocessor won't try to process it as a real #. This fixes a crash on the attached example 2. Fix macro definition extents processing to handle #foo at the end of a macro to say the definition ends with the foo, not the #. This is a follow-on fix to r72283, and rdar://6916026 llvm-svn: 72388 | ||||
* | fix this test to fail when the patch isn't applied. | Chris Lattner | 2009-05-25 | 1 | -1/+1 |
| | | | | llvm-svn: 72385 | ||||
* | Make sure an invalid concatentaion doesn't insert whitespace before | Eli Friedman | 2009-05-24 | 1 | -0/+5 |
| | | | | | | the RHS. Fixes assembler-with-cpp issue reported on cfe-dev. llvm-svn: 72370 | ||||
* | In assembler-with-cpp mode, don't error on '#' (stringize) operator applied to | Daniel Dunbar | 2009-05-22 | 1 | -0/+10 |
| | | | | | | non-argument names, pass the tokens through. llvm-svn: 72283 | ||||
* | fix rdar://6804322 by wiring up -fdollars-in-identifiers | Chris Lattner | 2009-04-19 | 1 | -1/+10 |
| | | | | | | with assembler-with-cpp mode. llvm-svn: 69520 | ||||
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
* | The individual pieces of an invalid paste as still candidates for expansion. | Chris Lattner | 2009-03-23 | 1 | -0/+11 |
| | | | | | | | This matters in assembler mode, where this is silently allowed. This fixes rdar://6709206. llvm-svn: 67539 | ||||
* | add tests for the various .S bugs I fixed on wednesday. | Chris Lattner | 2009-03-20 | 1 | -2/+32 |
| | | | | llvm-svn: 67381 | ||||
* | rename this test from .S to .c so that it gets run. | Chris Lattner | 2009-03-20 | 1 | -0/+6 |
llvm-svn: 67380 |