summaryrefslogtreecommitdiff
path: root/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* testcase for PR3096Chris Lattner2008-11-211-0/+5
* remove this testcase, it fails with -verify stillTorok Edwin2008-11-181-3/+0
* fix test. it now crashes, but thats another problem..Nuno Lopes2008-11-181-2/+2
* add testcase for PR3093Torok Edwin2008-11-181-0/+3
* Skip random pathname characters better. I had a 5 in mine.Mike Stump2008-10-271-1/+1
* Add a new -dump-raw-tokens option, which allows us to see raw tokens. Chris Lattner2008-10-121-1/+1
* switch to using -verifyChris Lattner2008-10-041-2/+2
* testcase for my previous patch.Chris Lattner2008-09-261-0/+2
* - Implement __block.Steve Naroff2008-09-021-0/+10
* make test fails if llvm is checked out to llvm-svn of if there is a dash some...Nico Weber2008-08-221-1/+1
* fix testNuno Lopes2008-07-191-1/+1
* Patch by Kovarththanan Rajaratnam:Ted Kremenek2008-07-191-0/+5
* Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis2008-06-126-11/+11
* The awesome GNU "comma elision extension" works with both the standardChris Lattner2008-05-081-0/+3
* Fix a few more bugs in preprocessor expressions w.r.t. ?:. Now I Chris Lattner2008-05-052-0/+9
* fix a bug handling right associative operators that Neil noticed, hopefullyChris Lattner2008-05-051-0/+3
* Fix the rest of PR2279:Chris Lattner2008-05-041-0/+10
* Fix PR2279 part C: shifts don't perform the UACs, thanks to Neil Chris Lattner2008-05-041-0/+5
* fix a nasty bug that Neil identifier in pp-expr parsing (this is PR2279 part D).Chris Lattner2008-05-041-0/+7
* Fix PR2220, making diagnostics for unexpected tokens in pp expressions Chris Lattner2008-04-131-0/+10
* fix this test.Chris Lattner2008-03-221-1/+1
* Only invoke the preprocessor; it's the only thing being tested. Also, checkSam Bishop2008-03-211-1/+2
* Use the -E option when invoking clang. Only the preprocessor isSam Bishop2008-03-212-2/+2
* remove two obsolete tests, not sure why my previous commit didn't commit the ...Chris Lattner2008-03-062-54/+0
* Fix PR2086.Lauro Ramos Venancio2008-02-252-0/+17
* Fix CheckEndOfDirective to diagnose lines that contain macros that expand to Chris Lattner2008-02-161-0/+5
* Implement support for the extremely atrocious MS /##/ extension, Chris Lattner2008-02-071-0/+19
* Fix a bug where we would incorrectly emit a "cannot paste" error Chris Lattner2008-01-291-0/+13
* add support for -Wundef.Chris Lattner2008-01-231-0/+12
* Fix PR1936, a crash on malformed #if. Thanks to Neil forChris Lattner2008-01-221-1/+9
* avoid pasting L + "foo" into L"foo".Chris Lattner2008-01-151-0/+6
* Fix a nasty corner case that Neil noticed in PR1900, where we would Chris Lattner2008-01-072-0/+15
* add run lineChris Lattner2007-12-121-1/+1
* add runline, make this test real.Chris Lattner2007-12-121-1/+3
* The flags on tokens indicate whether they are the start of a *physical* line, Chris Lattner2007-12-091-0/+15
* Fix PR1820, an incredibly subtle macro expansion bug that Neil discovered.Chris Lattner2007-11-231-0/+6
* fix a bug Steve noticed, where a #import of the main file itself would fail.Chris Lattner2007-11-151-0/+7
* If we see an invalid #ifdef directive, enter a conditional compilation regionChris Lattner2007-09-241-0/+7
* implement a missing feature in the #include handler, whereChris Lattner2007-07-231-0/+4
* Fix a stringizing bug that Neil noticed. We should preprocess this:Chris Lattner2007-07-191-0/+6
* Correctly respect C99 5.1.1.2p4 when searching for the first '(' ofChris Lattner2007-07-192-0/+8
* Stage two of getting CFE top correct.Reid Spencer2007-07-1175-0/+814