summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXE...Anders Carlsson2011-02-231-4/+7
* Remove the storage for -cxx-system-include. Make libcxx toolchainJoerg Sonnenberger2011-02-221-5/+0
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-221-2/+2
* Bug#8945: Add -cxx-isystem option to specify C++ system directories.Joerg Sonnenberger2011-02-221-5/+8
* Add a new ObjCExceptions member variable to LangOptions. This controls whethe...Anders Carlsson2011-02-191-2/+4
* Eliminate the internal command-line option for viewing inheritance in C++ cla...Douglas Gregor2011-02-171-8/+1
* [analyzer] Use the new registration mechanism on the IdempotentOperationChecker.Argyrios Kyrtzidis2011-02-151-3/+0
* [analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis2011-02-141-3/+20
* OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne2011-02-141-0/+1
* Implement mcount profiling, enabled via -pg.Roman Divacky2011-02-101-0/+1
* Driver/Frontend: Wire up -mregparm=.Daniel Dunbar2011-02-091-0/+5
* static analyzer: Further reduce the analyzer's memory usage when analyzing sq...Ted Kremenek2011-02-091-0/+1
* -fapple-kext cannot have 'weak' visibility in thisFariborz Jahanian2011-02-041-2/+7
* Frontend: Add -header-include-file option, for allowing saving header includeDaniel Dunbar2011-02-021-0/+5
* Frontend: Factor out header include dumping (-H) into its own preprocessorDaniel Dunbar2011-02-021-3/+3
* Basic support for -mms-bitfields, from Carl Norum!Douglas Gregor2011-02-011-0/+3
* Support for -plugin-arg- with -add-pluginNico Weber2011-01-291-0/+12
* [analyzer] Enable the self-init checker under command-line option '-analyzer-...Argyrios Kyrtzidis2011-01-261-0/+3
* Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber2011-01-251-0/+6
* Add all options needed to support -fapple-kext. wip.Fariborz Jahanian2011-01-071-1/+6
* Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian2011-01-041-4/+3
* Add -fobjc-default-synthesized-properties flagTed Kremenek2010-12-231-0/+4
* Add WIP prototype of a new buffer overflowTed Kremenek2010-12-231-1/+4
* Implement -cl-std=Peter Collingbourne2010-12-041-0/+7
* Implement -cl-mad-enablePeter Collingbourne2010-12-041-0/+1
* Implement -cl-fast-relaxed-mathPeter Collingbourne2010-12-041-2/+5
* Implement -cl-unsafe-math-optimizationsPeter Collingbourne2010-12-041-0/+1
* Implement -cl-finite-math-onlyPeter Collingbourne2010-12-041-0/+1
* Implement -cl-single-precision-constantPeter Collingbourne2010-12-041-0/+1
* Implement -cl-opt-disablePeter Collingbourne2010-12-041-1/+5
* Refactor optimisation level codePeter Collingbourne2010-12-041-14/+16
* Introduce CompilerInvocation::setLangDefaults functionPeter Collingbourne2010-12-041-23/+33
* Driver, Frontend: add CUDA language supportPeter Collingbourne2010-12-011-0/+8
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall2010-11-241-0/+3
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-8/+5
* give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner2010-11-231-1/+1
* -Rename -Wargument-larger-than -> -Wlarge-by-value-copyArgyrios Kyrtzidis2010-11-181-1/+1
* Introduce option -Wargument-larger-than[=N] which warns about function defini...Argyrios Kyrtzidis2010-11-171-0/+2
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-2/+26
* Substantially revise how clang computes the visibility of a declaration toJohn McCall2010-10-221-6/+6
* Reorganize predefined macros for all Windows targets.Michael J. Spencer2010-10-211-0/+3
* Fix Whitespace.Michael J. Spencer2010-10-211-13/+13
* "Fix" bogus idempotent operations warning due to loop unrolling not unrolling...Ted Kremenek2010-10-181-1/+1
* Wire up the -fstrict-aliasing and -fno-strict-aliasing optionsDan Gohman2010-10-141-0/+1
* Introduce command line option -error-on-deserialized-decl that is accompanied...Argyrios Kyrtzidis2010-10-141-0/+6
* Introduce command line option -dump-deserialized-decls which is used to print...Argyrios Kyrtzidis2010-10-141-0/+1
* Eliminate the (de-)serialization of code completion results, now thatDouglas Gregor2010-10-111-4/+0
* Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor2010-10-111-3/+0
* Declare argv parameters as const char* const* instead of to char** to clarify...Axel Naumann2010-10-111-2/+2
OpenPOWER on IntegriCloud