aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2011-05-21Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor
2011-05-05Preserve the full name of the file, so that '-c -o foo.pic.o' producesNick Lewycky
2011-05-05Change cycle detection to be based off of a warning flag.Sean Hunt
2011-05-04Record where the GCOV data files should be placed.Nick Lewycky
2011-05-04Implement a better version of delegating constructor cycle detection.Sean Hunt
2011-05-02When using -std= flag added check to make sure language and standard are comp...Chad Rosier
2011-04-30Implement -fno-dwarf2-cfi-asm.Rafael Espindola
2011-04-30Removed redundant case statementsChad Rosier
2011-04-29Add -Oz option and use it to set the inline threshold to 25.Bob Wilson
2011-04-23Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth
2011-04-23Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. ThisChandler Carruth
2011-04-23There were some frustrating problems with the implementation ofChandler Carruth
2011-04-22Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet
2011-04-21Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky
2011-04-15Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-04-15C1X: add a language standardPeter Collingbourne
2011-04-09Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall
2011-04-09accept -x objc-cpp-output as an alias for -x objective-c-cpp-output,Chris Lattner
2011-04-07Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any...Daniel Dunbar
2011-03-28Integrated-As: Support -Wa,-L when using the integrated assembler.Daniel Dunbar
2011-03-27Flip the default for showing include stacks on notes to false. ThisChandler Carruth
2011-03-27Add an option to suppress include stack printing on note diagnostics.Chandler Carruth
2011-03-22Frontend: Add a more explicit -backend-option flag for passing backend commandDaniel Dunbar
2011-03-18Add support for language-specific address spaces. On top of that,Peter Collingbourne
2011-03-18Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPLDaniel Dunbar
2011-03-18The Darwin kernel does not provide useful guard variable support.John McCall
2011-03-16Fix duplicate argument processingSandeep Patel
2011-03-09Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor
2011-03-01Implement -mrtd which sets the StdCall calling convention to be the defaultRoman Divacky
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