summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticDriverKinds.td
Commit message (Expand)AuthorAgeFilesLines
* clang-cl /fallback: turn the note into a warningHans Wennborg2014-02-191-1/+2
* clang-cl /fallback: emit a note when falling backHans Wennborg2014-02-181-0/+2
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-0/+4
* clang-cl: Better error message when trying to compile stdin (PR18640)Hans Wennborg2014-01-291-0/+2
* Driver: Stub -Wa,-compress-debug-sections support for integrated-as with a su...David Blaikie2014-01-171-0/+2
* Remove unused diagnostic.Benjamin Kramer2013-11-271-2/+0
* Tidy up the no-external-assembler diagAlp Toker2013-11-221-2/+2
* Remove period at end of "optimization level is unsupported" diagnosticHans Wennborg2013-11-181-1/+1
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-181-0/+2
* Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker2013-11-151-2/+0
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-151-0/+2
* Revert "Using an invalid -O falls back on -O3 instead of an error"Sylvestre Ledru2013-11-111-1/+0
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-111-0/+1
* This reverts commit r194330, r194329 and r194328.Rafael Espindola2013-11-091-2/+0
* Add support for -fuse-ld=.David Chisnall2013-11-091-0/+2
* clang-cl: diagnose setting asm listing filename with multiple inputsHans Wennborg2013-10-181-1/+1
* [Mips] Support FSF Mips toolchain directories tree in the Clang driver.Simon Atanasyan2013-10-101-0/+2
* clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc.Hans Wennborg2013-09-181-3/+0
* clang-cl: Warn about overriding /MD with /MT etc.Hans Wennborg2013-09-111-1/+1
* Clean out unused diagnostics.Benjamin Kramer2013-08-311-2/+0
* Warn that -O4 is the same as -O3.Rafael Espindola2013-08-271-0/+1
* Produce an error when trying to link with -emit-llvm.Rafael Espindola2013-08-251-0/+2
* Re-apply r188666Alexey Samsonov2013-08-191-0/+2
* Revert r188666: it breaks the buildbotsAlexey Samsonov2013-08-191-2/+0
* Fix PR16768: properly report malformed sanitizer blacklist file contentsAlexey Samsonov2013-08-191-0/+2
* clang-cl: Support the /Fe optionHans Wennborg2013-08-121-1/+1
* clang-cl: Expand warning about /TC and /TP override, and expand testHans Wennborg2013-08-121-0/+2
* clang-cl: Implement support for the /Fo optionHans Wennborg2013-08-061-0/+5
* clang-cl: Implement the /Tc, /TC, /Tp and /TP options.Hans Wennborg2013-08-061-0/+3
* Remove unused diagnostics.Benjamin Kramer2013-05-211-2/+0
* If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2013-04-091-2/+0
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-0/+2
* Reject -no-integrated-as on windows.Rafael Espindola2013-03-241-0/+2
* Revert "Disallow using -fmodules with -no-integrated-as."Ted Kremenek2013-03-121-6/+1
* Disallow using -fmodules with -no-integrated-as.Ted Kremenek2013-03-111-1/+6
* Print warning instead of error if optional ASan features are enabled w/o spec...Alexey Samsonov2013-01-281-0/+2
* Diagnostics: name all implicit groups used more than once.Jordan Rose2013-01-101-5/+5
* Produce an actual error before attempting to attach notes to it when bailing outRichard Smith2012-12-251-0/+2
* [driver] Have -isysroot warn on nonexistent paths.Chad Rosier2012-12-191-0/+2
* Reuse an existing diagnostic for tsan/msan needing -pie error.Evgeniy Stepanov2012-12-051-2/+0
* Add -fsanitize=memory.Evgeniy Stepanov2012-12-031-0/+2
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-191-0/+2
* Per discussion on cfe-commits, treat -faddress-sanitizer,Richard Smith2012-11-061-0/+2
* Remove ccc-no-clang-cpp, which is also dead now.Rafael Espindola2012-10-301-2/+0
* In the past "production" clang builds would not be used for c++, andRafael Espindola2012-10-301-2/+0
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-2/+0
* Change -analyzer-config to use '=' as the key-value separator, and onlyTed Kremenek2012-08-301-1/+1
* Add new -cc1 driver option -analyzer-config, which allows one to specifyTed Kremenek2012-08-291-1/+5
* Tweak the ARC-requires-10.6 diagnostic according to Jordan's review.John McCall2012-08-271-2/+2
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-4/+4