summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticDriverKinds.td
Commit message (Expand)AuthorAge
* Merging r168297 into 3.2 release branchPawel Wodnicki2012-11-21
* Per discussion on cfe-commits, treat -faddress-sanitizer,Richard Smith2012-11-06
* Remove ccc-no-clang-cpp, which is also dead now.Rafael Espindola2012-10-30
* In the past "production" clang builds would not be used for c++, andRafael Espindola2012-10-30
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-09
* Change -analyzer-config to use '=' as the key-value separator, and onlyTed Kremenek2012-08-30
* Add new -cc1 driver option -analyzer-config, which allows one to specifyTed Kremenek2012-08-29
* Tweak the ARC-requires-10.6 diagnostic according to Jordan's review.John McCall2012-08-27
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-21
* PR13529: Don't crash if the driver sees an unused input file when running asRichard Smith2012-08-06
* Capitalize "Objective-C" and "C++" in user-facing contexts.Jordan Rose2012-07-19
* objective-c: yank any use of "non-fragile abi" phraseFariborz Jahanian2012-07-09
* Restructure how the driver communicates information about theJohn McCall2012-06-20
* Require -pie when linking with ASan on Android.Evgeniy Stepanov2012-06-04
* Typo.Chad Rosier2012-05-18
* [driver] Reword the warning message for missing value to a joined argument.Chad Rosier2012-05-17
* Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek2012-05-16
* [driver] When using the -mfpmath= option, add an error message when trying to Chad Rosier2012-04-04
* Use a simpler pluralization constructMatt Beaumont-Gay2012-03-19
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-29
* Add new driver warning from r151174 to a warning group. Please let me know i...Chad Rosier2012-02-22
* [driver] Add a warning for when -mcpu= is specified without an argument. ThereChad Rosier2012-02-22
* Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko2012-02-13
* Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allowDaniel Dunbar2011-12-07
* Driver: Remove the signal number from the "command failed" diagnostic.Benjamin Kramer2011-11-19
* Place 'argument unused during compilation' under a -W flag. Fixes <rdar://pr...Ted Kremenek2011-11-11
* Clang driver changes for iOS 5.0 and OS X Lion support.Bob Wilson2011-10-07
* [driver] Improve r141053 by only emitting the warning if the original inputChad Rosier2011-10-04
* Place warning warn_drv_no_debug_w_integrated_as under a -W flag.Ted Kremenek2011-10-04
* [driver] Emit a warning if the user has requested debug information and we'reChad Rosier2011-10-04
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-02
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-20
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-20
* Implement -MG. Fixes PR9613Peter Collingbourne2011-07-12
* Automatic Reference Counting.John McCall2011-06-15
* Driver/Darwin: Reject invalid arch combinations withDaniel Dunbar2011-04-30
* Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flagDaniel Dunbar2011-04-30
* Driver: Tweak -Xarch diags a bit more, we can't actually differentiate betweenDaniel Dunbar2011-04-21
* Driver: Improve -Xarch argument diagnostics a bit.Daniel Dunbar2011-04-21
* -fapple-kext cannot have 'weak' visibility in thisFariborz Jahanian2011-02-04
* Driver/IA: Ignore -L for now, which users shouldn't be using for semantic eff...Daniel Dunbar2010-10-28
* Driver: Reject -fasm-blocks except on X86 (where we just ignore it, sinceDaniel Dunbar2010-10-18
* Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -cDaniel Dunbar2010-10-18
* Revert r116605, a lot more were committed by mistake.Argyrios Kyrtzidis2010-10-15
* Add '-include-pch' option to the driver, so it can get passed to the cc1 driver.Argyrios Kyrtzidis2010-10-15
* Driver/Darwin: Remove a useless warning about missing runtime libraries. TheseDaniel Dunbar2010-10-11
* Driver: Ignore the found PCH file if its '-include' is not the first one.Argyrios Kyrtzidis2010-09-30
* Driver: Add a -stdlib= argument which can be used to select the C++ standardDaniel Dunbar2010-09-14
* Introduce basic support for loading a precompiled preamble whileDouglas Gregor2010-07-26
* Driver/Darwin/i386: Don't allow compiling C++ with -fapple-kext, we don't sup...Daniel Dunbar2010-05-12