Sebastian Pop
|
422377cfd3
|
rename -ccc-host-triple into -target
llvm-svn: 148582
|
2012-01-20 22:01:23 +00:00 |
Eli Friedman
|
d749c6bf2e
|
Revert r148138; it's causing test failures.
llvm-svn: 148141
|
2012-01-13 21:33:06 +00:00 |
Sebastian Pop
|
9a8d528ddf
|
rename -ccc-host-triple into -target
llvm-svn: 148138
|
2012-01-13 20:37:02 +00:00 |
Benjamin Kramer
|
116d8879e6
|
Print a typo correction hint for unknown warning flags.
$ clang -Wololo t.c
warning: unknown warning option '-Wololo'; did you mean '-Wall'? [-Wunknown-warning-option]
llvm-svn: 144591
|
2011-11-14 23:30:34 +00:00 |
Chad Rosier
|
011824f747
|
[driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICS
strings.
rdar://9696709
llvm-svn: 140732
|
2011-09-28 23:05:07 +00:00 |
Daniel Dunbar
|
ce1035c20f
|
Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling.
llvm-svn: 130909
|
2011-05-05 02:12:02 +00:00 |
Chandler Carruth
|
a7773f719e
|
Add -no-canonical-prefixes to tests which assert on the name of the
built clang binary that is used by the test. Build systems that use
symlinks for build outputs will fail these assertions otherwise.
llvm-svn: 129482
|
2011-04-13 22:28:36 +00:00 |
Daniel Dunbar
|
2f8d10e8d7
|
Fronted/CC_LOG_DIAGNOSTICS: Add test case.
llvm-svn: 129097
|
2011-04-07 19:05:06 +00:00 |