summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticDriverKinds.td
Commit message (Expand)AuthorAgeFilesLines
* [driver] When using the -mfpmath= option, add an error message when trying to Chad Rosier2012-04-041-0/+2
* Use a simpler pluralization constructMatt Beaumont-Gay2012-03-191-1/+1
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-291-0/+2
* Add new driver warning from r151174 to a warning group. Please let me know i...Chad Rosier2012-02-221-1/+2
* [driver] Add a warning for when -mcpu= is specified without an argument. ThereChad Rosier2012-02-221-0/+2
* Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko2012-02-131-6/+0
* Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allowDaniel Dunbar2011-12-071-0/+4
* Driver: Remove the signal number from the "command failed" diagnostic.Benjamin Kramer2011-11-191-1/+1
* Place 'argument unused during compilation' under a -W flag. Fixes <rdar://pr...Ted Kremenek2011-11-111-1/+2
* Clang driver changes for iOS 5.0 and OS X Lion support.Bob Wilson2011-10-071-0/+3
* [driver] Improve r141053 by only emitting the warning if the original inputChad Rosier2011-10-041-3/+0
* Place warning warn_drv_no_debug_w_integrated_as under a -W flag.Ted Kremenek2011-10-041-1/+2
* [driver] Emit a warning if the user has requested debug information and we'reChad Rosier2011-10-041-0/+2
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-0/+3
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-201-3/+0
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-201-0/+3
* Implement -MG. Fixes PR9613Peter Collingbourne2011-07-121-0/+2
* Automatic Reference Counting.John McCall2011-06-151-0/+4
* Driver/Darwin: Reject invalid arch combinations withDaniel Dunbar2011-04-301-0/+2
* Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flagDaniel Dunbar2011-04-301-0/+2
* Driver: Tweak -Xarch diags a bit more, we can't actually differentiate betweenDaniel Dunbar2011-04-211-2/+0
* Driver: Improve -Xarch argument diagnostics a bit.Daniel Dunbar2011-04-211-2/+6
* -fapple-kext cannot have 'weak' visibility in thisFariborz Jahanian2011-02-041-0/+2
* Driver/IA: Ignore -L for now, which users shouldn't be using for semantic eff...Daniel Dunbar2010-10-281-0/+2
* Driver: Reject -fasm-blocks except on X86 (where we just ignore it, sinceDaniel Dunbar2010-10-181-0/+2
* Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -cDaniel Dunbar2010-10-181-0/+2
* Revert r116605, a lot more were committed by mistake.Argyrios Kyrtzidis2010-10-151-2/+0
* Add '-include-pch' option to the driver, so it can get passed to the cc1 driver.Argyrios Kyrtzidis2010-10-151-0/+2
* Driver/Darwin: Remove a useless warning about missing runtime libraries. TheseDaniel Dunbar2010-10-111-2/+0
* Driver: Ignore the found PCH file if its '-include' is not the first one.Argyrios Kyrtzidis2010-09-301-0/+2
* Driver: Add a -stdlib= argument which can be used to select the C++ standardDaniel Dunbar2010-09-141-0/+2
* Introduce basic support for loading a precompiled preamble whileDouglas Gregor2010-07-261-0/+2
* Driver/Darwin/i386: Don't allow compiling C++ with -fapple-kext, we don't sup...Daniel Dunbar2010-05-121-0/+2
* Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support...Daniel Dunbar2010-04-101-0/+2
* Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -...Daniel Dunbar2010-03-201-0/+2
* implement support for -Wno-deprecated, PR6534. WhileChris Lattner2010-03-071-1/+2
* PR5803: clang++: Treat untyped 'C' inputs as C++.Daniel Dunbar2010-02-171-1/+3
* Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc.Daniel Dunbar2010-02-111-0/+2
* Driver/Darwin: Don't error/warn on conflicting deployment targets. ApparentlyDaniel Dunbar2010-02-021-2/+2
* Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET.Daniel Dunbar2010-01-261-0/+2
* Driver/Darwin: Update tool chain to use static clang_rt libraries provided byDaniel Dunbar2010-01-221-0/+2
* diagnose invalid values of -ftabstop, patch by Christian Adaker!Chris Lattner2010-01-131-0/+2
* Fix two typos.Benjamin Kramer2009-12-111-1/+1
* Add clang -cc1 support for -remap-file.Daniel Dunbar2009-12-031-0/+2
* clang -cc1: Use proper diagnostics for all parsing errors.Daniel Dunbar2009-11-291-0/+3
* Reject -I- in driver instead of clang-cc.Daniel Dunbar2009-10-291-0/+2
* Improve driver error message when only running the preprocessor and an input isDaniel Dunbar2009-09-171-0/+2
* Initial handling of -m{soft-float,hard-float,float-abi=} for ARM.Daniel Dunbar2009-09-101-0/+4
* Validate arguments to -arch.Daniel Dunbar2009-09-081-0/+2
* Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar2009-09-011-0/+2