- 46fb6dc testcase for PR3096 by Chris Lattner · 16 years ago
- e4d3788 remove this testcase, it fails with -verify still by Torok Edwin · 16 years ago
- 8dccec4 fix test. it now crashes, but thats another problem.. by Nuno Lopes · 16 years ago
- 0301c74 add testcase for PR3093 by Torok Edwin · 16 years ago
- 1a19c29 Skip random pathname characters better. I had a 5 in mine. by Mike Stump · 16 years ago
- c106c10 Add a new -dump-raw-tokens option, which allows us to see raw tokens. by Chris Lattner · 16 years ago
- 7499cb5 switch to using -verify by Chris Lattner · 16 years ago
- 22e6dd7 testcase for my previous patch. by Chris Lattner · 16 years ago
- b4eaf9c - Implement __block. by Steve Naroff · 16 years ago
- dfb99a9 make test fails if llvm is checked out to llvm-svn of if there is a dash somewhere else in the path. fix that. by Nico Weber · 16 years ago
- 9039a69 fix test by Nuno Lopes · 16 years ago
- 24af60f Patch by Kovarththanan Rajaratnam: by Ted Kremenek · 16 years ago
- c577a0e Multiple tests in a single test file must be linked with '&&'. by Argyrios Kyrtzidis · 16 years ago
- 63bc035 The awesome GNU "comma elision extension" works with both the standard by Chris Lattner · 17 years ago
- 98ed49f Fix a few more bugs in preprocessor expressions w.r.t. ?:. Now I by Chris Lattner · 17 years ago
- 9e66ba6 fix a bug handling right associative operators that Neil noticed, hopefully by Chris Lattner · 17 years ago
- 9189156 Fix the rest of PR2279: by Chris Lattner · 17 years ago
- d5214b2 Fix PR2279 part C: shifts don't perform the UACs, thanks to Neil by Chris Lattner · 17 years ago
- 3b69115 fix a nasty bug that Neil identifier in pp-expr parsing (this is PR2279 part D). by Chris Lattner · 17 years ago
- d98d975 Fix PR2220, making diagnostics for unexpected tokens in pp expressions by Chris Lattner · 17 years ago
- 21fbe0d fix this test. by Chris Lattner · 17 years ago
- 49d8dc5 Only invoke the preprocessor; it's the only thing being tested. Also, check by Sam Bishop · 17 years ago
- d8b28d7 Use the -E option when invoking clang. Only the preprocessor is by Sam Bishop · 17 years ago
- 2a625bc remove two obsolete tests, not sure why my previous commit didn't commit the removal. by Chris Lattner · 17 years ago
- 0184cc7 Fix PR2086. by Lauro Ramos Venancio · 17 years ago
- e9ba323 Fix CheckEndOfDirective to diagnose lines that contain macros that expand to by Chris Lattner · 17 years ago
- 3f1cc83 Implement support for the extremely atrocious MS /##/ extension, by Chris Lattner · 17 years ago
- 71a3a8d Fix a bug where we would incorrectly emit a "cannot paste" error by Chris Lattner · 17 years ago
- 116a4b1 add support for -Wundef. by Chris Lattner · 17 years ago
- c21d9e4 Fix PR1936, a crash on malformed #if. Thanks to Neil for noticing this! by Chris Lattner · 17 years ago
- b1a17ae avoid pasting L + "foo" into L"foo". by Chris Lattner · 17 years ago
- 4d73046 Fix a nasty corner case that Neil noticed in PR1900, where we would by Chris Lattner · 17 years ago
- 4c88d3a add run line by Chris Lattner · 17 years ago
- 5113613 add runline, make this test real. by Chris Lattner · 17 years ago
- 5f18032 The flags on tokens indicate whether they are the start of a *physical* line, by Chris Lattner · 17 years ago
- 0c3eb29 Fix PR1820, an incredibly subtle macro expansion bug that Neil discovered. by Chris Lattner · 17 years ago
- b283298 fix a bug Steve noticed, where a #import of the main file itself would fail. by Chris Lattner · 17 years ago
- f37bb25 If we see an invalid #ifdef directive, enter a conditional compilation region by Chris Lattner · 17 years ago
- 706ab50 implement a missing feature in the #include handler, where by Chris Lattner · 17 years ago
- 2b64fdc Fix a stringizing bug that Neil noticed. We should preprocess this: by Chris Lattner · 17 years ago
- 0ea793e Correctly respect C99 5.1.1.2p4 when searching for the first '(' of by Chris Lattner · 17 years ago
- 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago