summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor2011-07-281-10/+37
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-17/+17
* [arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis2011-07-191-0/+10
* In debugger mode, make ObjC message sends to unknown selectors returnJohn McCall2011-07-131-0/+3
* Implement -MG. Fixes PR9613Peter Collingbourne2011-07-121-0/+1
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-1/+13
* Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...Jonathan D. Turner2011-07-071-3/+0
* Call objc_terminate() instead of abort() when a cleanup throws anJohn McCall2011-07-061-0/+3
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-4/+8
* Use existing -fcatch-undefined-behavior option,Fariborz Jahanian2011-06-291-3/+0
* Under a compiler flag, -freset-local-blocks,Fariborz Jahanian2011-06-281-0/+3
* Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistentBob Wilson2011-06-211-6/+6
* Fix the default libc++ header search path to be sysrooted. Radar 9639692.Bob Wilson2011-06-211-0/+4
* IRgen: Add a -fuse-register-sized-bitfield-access option, for testing.Daniel Dunbar2011-06-211-0/+4
* Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky2011-06-211-0/+3
* [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis2011-06-171-8/+1
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+32
* Automatic Reference Counting.John McCall2011-06-151-8/+37
* Introduce a -cc1-level option to turn off related result typeDouglas Gregor2011-06-141-0/+6
* Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor2011-06-131-6/+0
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+6
* Implement -fgnu89-inline. Fixes PR10041.Rafael Espindola2011-06-021-0/+3
* Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor2011-05-211-1/+24
* Preserve the full name of the file, so that '-c -o foo.pic.o' producesNick Lewycky2011-05-051-1/+1
* Change cycle detection to be based off of a warning flag.Alexis Hunt2011-05-051-5/+0
* Record where the GCOV data files should be placed.Nick Lewycky2011-05-041-0/+1
* Implement a better version of delegating constructor cycle detection.Alexis Hunt2011-05-041-0/+5
* When using -std= flag added check to make sure language and standard are comp...Chad Rosier2011-05-021-0/+34
* Implement -fno-dwarf2-cfi-asm.Rafael Espindola2011-04-301-0/+3
* Removed redundant case statementsChad Rosier2011-04-301-2/+0
* Add -Oz option and use it to set the inline threshold to 25.Bob Wilson2011-04-291-3/+4
* Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth2011-04-231-2/+2
* Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. ThisChandler Carruth2011-04-231-0/+7
* There were some frustrating problems with the implementation ofChandler Carruth2011-04-231-2/+3
* Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet2011-04-221-0/+6
* Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky2011-04-211-0/+6
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-151-0/+3
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* C1X: add a language standardPeter Collingbourne2011-04-151-0/+1
* Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall2011-04-091-0/+3
* accept -x objc-cpp-output as an alias for -x objective-c-cpp-output,Chris Lattner2011-04-091-0/+1
* Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any...Daniel Dunbar2011-04-071-0/+5
* Integrated-As: Support -Wa,-L when using the integrated assembler.Daniel Dunbar2011-03-281-0/+3
* Flip the default for showing include stacks on notes to false. ThisChandler Carruth2011-03-271-4/+4
* Add an option to suppress include stack printing on note diagnostics.Chandler Carruth2011-03-271-0/+7
* Frontend: Add a more explicit -backend-option flag for passing backend commandDaniel Dunbar2011-03-221-0/+5
* Add support for language-specific address spaces. On top of that,Peter Collingbourne2011-03-181-0/+3
* Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPLDaniel Dunbar2011-03-181-0/+3
* The Darwin kernel does not provide useful guard variable support.John McCall2011-03-181-0/+3
* Fix duplicate argument processingSandeep Patel2011-03-161-1/+1
OpenPOWER on IntegriCloud