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