Age | Commit message (Expand) | Author |
2011-06-21 | IRgen: Add a -fuse-register-sized-bitfield-access option, for testing. | Daniel Dunbar |
2011-06-21 | Add support for -Wa,--noexecstack when building from a non-assembly file. For | Nick Lewycky |
2011-06-17 | [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h... | Argyrios Kyrtzidis |
2011-06-15 | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-14 | Introduce a -cc1-level option to turn off related result type | Douglas Gregor |
2011-06-13 | Eliminate the -f[no]objc-infer-related-result-type flags; there's no | Douglas Gregor |
2011-06-11 | Implement Objective-C Related Result Type semantics. | Douglas Gregor |
2011-06-02 | Implement -fgnu89-inline. Fixes PR10041. | Rafael Espindola |
2011-05-21 | Introduce the -fdiagnostics-format=xxx option to control how Clang | Douglas Gregor |
2011-05-05 | Preserve the full name of the file, so that '-c -o foo.pic.o' produces | Nick Lewycky |
2011-05-05 | Change cycle detection to be based off of a warning flag. | Sean Hunt |
2011-05-04 | Record where the GCOV data files should be placed. | Nick Lewycky |
2011-05-04 | Implement a better version of delegating constructor cycle detection. | Sean Hunt |
2011-05-02 | When using -std= flag added check to make sure language and standard are comp... | Chad Rosier |
2011-04-30 | Implement -fno-dwarf2-cfi-asm. | Rafael Espindola |
2011-04-30 | Removed redundant case statements | Chad Rosier |
2011-04-29 | Add -Oz option and use it to set the inline threshold to 25. | Bob Wilson |
2011-04-23 | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth |
2011-04-23 | Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This | Chandler Carruth |
2011-04-23 | There were some frustrating problems with the implementation of | Chandler Carruth |
2011-04-22 | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet |
2011-04-21 | Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at | Nick Lewycky |
2011-04-15 | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-15 | C1X: add a language standard | Peter Collingbourne |
2011-04-09 | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall |
2011-04-09 | accept -x objc-cpp-output as an alias for -x objective-c-cpp-output, | Chris Lattner |
2011-04-07 | Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any... | Daniel Dunbar |
2011-03-28 | Integrated-As: Support -Wa,-L when using the integrated assembler. | Daniel Dunbar |
2011-03-27 | Flip the default for showing include stacks on notes to false. This | Chandler Carruth |
2011-03-27 | Add an option to suppress include stack printing on note diagnostics. | Chandler Carruth |
2011-03-22 | Frontend: Add a more explicit -backend-option flag for passing backend command | Daniel Dunbar |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne |
2011-03-18 | Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL | Daniel Dunbar |
2011-03-18 | The Darwin kernel does not provide useful guard variable support. | John McCall |
2011-03-16 | Fix duplicate argument processing | Sandeep Patel |
2011-03-09 | Introduce '-chain-include' option to specify headers that will be converted t... | Argyrios Kyrtzidis |
2011-03-07 | Remove the AST printer (-ast-print-xml), which is too incomplete and | Douglas Gregor |
2011-03-01 | Implement -mrtd which sets the StdCall calling convention to be the default | Roman 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.Stats | Argyrios Kyrtzidis |
2011-02-28 | [analyzer] Remove '-analyzer-experimental-checks' flag. | Argyrios Kyrtzidis |
2011-02-25 | Teach objc-rewriter to pass -fobjc-exceptions along. | Fariborz Jahanian |
2011-02-25 | Intoduce '-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-24 | Allow passing a list of comma separated checker names to -analyzer-checker, e.g: | Argyrios Kyrtzidis |
2011-02-23 | Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXE... | Anders Carlsson |
2011-02-22 | Remove the storage for -cxx-system-include. Make libcxx toolchain | Joerg Sonnenberger |