summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cc-log-diagnostics.c
Commit message (Collapse)AuthorAgeFilesLines
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
| | | | llvm-svn: 148582
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
| | | | llvm-svn: 148141
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
| | | | llvm-svn: 148138
* Print a typo correction hint for unknown warning flags.Benjamin Kramer2011-11-141-1/+1
| | | | | | | $ clang -Wololo t.c warning: unknown warning option '-Wololo'; did you mean '-Wall'? [-Wunknown-warning-option] llvm-svn: 144591
* [driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICSChad Rosier2011-09-281-1/+1
| | | | | | | strings. rdar://9696709 llvm-svn: 140732
* Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling.Daniel Dunbar2011-05-051-3/+9
| | | | llvm-svn: 130909
* Add -no-canonical-prefixes to tests which assert on the name of theChandler Carruth2011-04-131-1/+1
| | | | | | | 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
* Fronted/CC_LOG_DIAGNOSTICS: Add test case.Daniel Dunbar2011-04-071-0/+29
llvm-svn: 129097
OpenPOWER on IntegriCloud