aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-28[analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2.Argyrios Kyrtzidis
2011-02-28[analyzer] Turn -analyzer-stats into -analyzer-checker=debug.StatsArgyrios Kyrtzidis
2011-02-28[analyzer] Remove '-analyzer-experimental-checks' flag.Argyrios Kyrtzidis
2011-02-25Teach objc-rewriter to pass -fobjc-exceptions along.Fariborz Jahanian
2011-02-25Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...Argyrios Kyrtzidis
2011-02-24[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis
2011-02-24Allow passing a list of comma separated checker names to -analyzer-checker, e.g:Argyrios Kyrtzidis
2011-02-23Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXE...Anders Carlsson
2011-02-22Remove the storage for -cxx-system-include. Make libcxx toolchainJoerg Sonnenberger
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2011-02-22Bug#8945: Add -cxx-isystem option to specify C++ system directories.Joerg Sonnenberger
2011-02-19Add a new ObjCExceptions member variable to LangOptions. This controls whethe...Anders Carlsson
2011-02-17Eliminate the internal command-line option for viewing inheritance in C++ cla...Douglas Gregor
2011-02-15[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.Argyrios Kyrtzidis
2011-02-14[analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis
2011-02-14OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne
2011-02-10Implement mcount profiling, enabled via -pg.Roman Divacky
2011-02-09Driver/Frontend: Wire up -mregparm=.Daniel Dunbar
2011-02-09static analyzer: Further reduce the analyzer's memory usage when analyzing sq...Ted Kremenek
2011-02-04-fapple-kext cannot have 'weak' visibility in thisFariborz Jahanian
2011-02-02Frontend: Add -header-include-file option, for allowing saving header includeDaniel Dunbar
2011-02-02Frontend: Factor out header include dumping (-H) into its own preprocessorDaniel Dunbar
2011-02-01Basic support for -mms-bitfields, from Carl Norum!Douglas Gregor
2011-01-29Support for -plugin-arg- with -add-pluginNico Weber
2011-01-26[analyzer] Enable the self-init checker under command-line option '-analyzer-...Argyrios Kyrtzidis
2011-01-25Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber
2011-01-07Add all options needed to support -fapple-kext. wip.Fariborz Jahanian
2011-01-04Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian
2010-12-23Add -fobjc-default-synthesized-properties flagTed Kremenek
2010-12-23Add WIP prototype of a new buffer overflowTed Kremenek
2010-12-04Implement -cl-std=Peter Collingbourne
2010-12-04Implement -cl-mad-enablePeter Collingbourne
2010-12-04Implement -cl-fast-relaxed-mathPeter Collingbourne
2010-12-04Implement -cl-unsafe-math-optimizationsPeter Collingbourne
2010-12-04Implement -cl-finite-math-onlyPeter Collingbourne
2010-12-04Implement -cl-single-precision-constantPeter Collingbourne
2010-12-04Implement -cl-opt-disablePeter Collingbourne
2010-12-04Refactor optimisation level codePeter Collingbourne
2010-12-04Introduce CompilerInvocation::setLangDefaults functionPeter Collingbourne
2010-12-01Driver, Frontend: add CUDA language supportPeter Collingbourne
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-24Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-23give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner
2010-11-18-Rename -Wargument-larger-than -> -Wlarge-by-value-copyArgyrios Kyrtzidis
2010-11-17Introduce option -Wargument-larger-than[=N] which warns about function defini...Argyrios Kyrtzidis
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-10-22Substantially revise how clang computes the visibility of a declaration toJohn McCall
2010-10-21Reorganize predefined macros for all Windows targets.Michael J. Spencer