summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticDriverKinds.td
Commit message (Expand)AuthorAge
* Remove unused diagnostic and diagnostic group.Benjamin Kramer2014-06-22
* clang-cl: Fall back immediately if /GR and /fallback were both passedReid Kleckner2014-05-14
* Add support for optimization reports.Diego Novillo2014-04-16
* Driver: add target definition for Windows on ARMSaleem Abdulrasool2014-04-04
* Warn when requesting compress-debug-sections and zlib is not availableDavid Blaikie2014-03-31
* Remove unused diagnostic + dead test for it.Benjamin Kramer2014-03-31
* Remove unused diagnostic.Benjamin Kramer2014-03-23
* clang-cl /fallback: turn the note into a warningHans Wennborg2014-02-19
* clang-cl /fallback: emit a note when falling backHans Wennborg2014-02-18
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-12
* clang-cl: Better error message when trying to compile stdin (PR18640)Hans Wennborg2014-01-29
* Driver: Stub -Wa,-compress-debug-sections support for integrated-as with a su...David Blaikie2014-01-17
* Remove unused diagnostic.Benjamin Kramer2013-11-27
* Tidy up the no-external-assembler diagAlp Toker2013-11-22
* Remove period at end of "optimization level is unsupported" diagnosticHans Wennborg2013-11-18
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-18
* Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker2013-11-15
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-15
* Revert "Using an invalid -O falls back on -O3 instead of an error"Sylvestre Ledru2013-11-11
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-11
* This reverts commit r194330, r194329 and r194328.Rafael Espindola2013-11-09
* Add support for -fuse-ld=.David Chisnall2013-11-09
* clang-cl: diagnose setting asm listing filename with multiple inputsHans Wennborg2013-10-18
* [Mips] Support FSF Mips toolchain directories tree in the Clang driver.Simon Atanasyan2013-10-10
* clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc.Hans Wennborg2013-09-18
* clang-cl: Warn about overriding /MD with /MT etc.Hans Wennborg2013-09-11
* Clean out unused diagnostics.Benjamin Kramer2013-08-31
* Warn that -O4 is the same as -O3.Rafael Espindola2013-08-27
* Produce an error when trying to link with -emit-llvm.Rafael Espindola2013-08-25
* Re-apply r188666Alexey Samsonov2013-08-19
* Revert r188666: it breaks the buildbotsAlexey Samsonov2013-08-19
* Fix PR16768: properly report malformed sanitizer blacklist file contentsAlexey Samsonov2013-08-19
* clang-cl: Support the /Fe optionHans Wennborg2013-08-12
* clang-cl: Expand warning about /TC and /TP override, and expand testHans Wennborg2013-08-12
* clang-cl: Implement support for the /Fo optionHans Wennborg2013-08-06
* clang-cl: Implement the /Tc, /TC, /Tp and /TP options.Hans Wennborg2013-08-06
* Remove unused diagnostics.Benjamin Kramer2013-05-21
* If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2013-04-09
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-27
* Reject -no-integrated-as on windows.Rafael Espindola2013-03-24
* Revert "Disallow using -fmodules with -no-integrated-as."Ted Kremenek2013-03-12
* Disallow using -fmodules with -no-integrated-as.Ted Kremenek2013-03-11
* Print warning instead of error if optional ASan features are enabled w/o spec...Alexey Samsonov2013-01-28
* Diagnostics: name all implicit groups used more than once.Jordan Rose2013-01-10
* Produce an actual error before attempting to attach notes to it when bailing outRichard Smith2012-12-25
* [driver] Have -isysroot warn on nonexistent paths.Chad Rosier2012-12-19
* Reuse an existing diagnostic for tsan/msan needing -pie error.Evgeniy Stepanov2012-12-05
* Add -fsanitize=memory.Evgeniy Stepanov2012-12-03
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-19
* Per discussion on cfe-commits, treat -faddress-sanitizer,Richard Smith2012-11-06