Age | Commit message (Expand) | Author |
2010-06-16 | Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz... | Daniel Dunbar |
2010-06-07 | Frontend: Lift InputKind enumeration to top level. | Daniel Dunbar |
2010-05-25 | Only enable code patterns (e.g., try { statements } catch (...) { | Douglas Gregor |
2010-05-25 | Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not the | Daniel Dunbar |
2010-05-07 | Add a stub frontend action for BoostCon, for next week's workshop. | Douglas Gregor |
2010-04-24 | Teach clang -fixit to modify files in-place, or -fixit=suffix to create new | Nick Lewycky |
2010-04-15 | Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM o... | Daniel Dunbar |
2010-04-08 | Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l... | Daniel Dunbar |
2010-03-19 | clang -cc1: Kill off -empty-input only, and replace with -init-only which is an | Daniel Dunbar |
2010-02-09 | Introduce a testbed for merging multiple ASTs into a single AST | Douglas Gregor |
2010-02-03 | clang -cc1: Wire up -emit-obj, for emitting object files. | Daniel Dunbar |
2009-12-23 | Remove RewriteBlocks. It has been superseded by RewriteObjC | Kovarththanan Rajaratnam |
2009-12-03 | clang-cc: Honor -help and -version when using new style option parsing. | Daniel Dunbar |
2009-12-03 | Add clang -cc1 -load option. | Daniel Dunbar |
2009-11-19 | Fix some default in the option classes, and some CompilerInvocation argification | Daniel Dunbar |
2009-11-17 | Remove unused program action. | Daniel Dunbar |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-15 | Add pluggable action support to clang-cc, via -plugin command line option. | Daniel Dunbar |
2009-11-14 | Move the program action enum to FrontendOptions. | Daniel Dunbar |
2009-11-14 | Turn -fixit it back into a mode, but make -fixit-at imply that mode this time | Daniel Dunbar |
2009-11-13 | Move input kind identification (-x) into FrontendOptions. | Daniel Dunbar |
2009-11-13 | Move -target-{triple,abi} options into FrontendOptions. | Daniel Dunbar |
2009-11-13 | Move code completion options to clang-cc | Daniel Dunbar |
2009-11-12 | Move FixItAtLocations into FrontendOptions | Daniel Dunbar |
2009-11-12 | Add FrontendOptions, and starting moving clang-cc to it. | Daniel Dunbar |