Daniel Dunbar
|
a45cf5b6b0
|
Rename clang to clang-cc.
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
2009-03-24 02:24:46 +00:00 |
Sam Bishop
|
558447416d
|
Use the -E option when invoking clang. Only the preprocessor is
required to perform this test.
llvm-svn: 48636
|
2008-03-21 07:02:04 +00:00 |
Chris Lattner
|
97ff7763dc
|
Fix PR1936, a crash on malformed #if. Thanks to Neil for
noticing this!
llvm-svn: 46256
|
2008-01-22 19:34:51 +00:00 |
Chris Lattner
|
d05e44e74e
|
If we see an invalid #ifdef directive, enter a conditional compilation region
so that we don't emit an error on the #endif. Suggestion by Neil.
llvm-svn: 42258
|
2007-09-24 05:14:57 +00:00 |