Age | Commit message (Expand) | Author |
2013-03-27 | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor |
2012-07-31 | Added -ast-list option to dump filterable AST decl node names. | Alexander Kornienko |
2012-04-13 | Remove the -cc1-level option "-pubnames-dump". Such things should stay | Douglas Gregor |
2012-03-27 | Introduce a -cc1-level option -pubnames-dump, which simply dumps the | Douglas Gregor |
2012-02-04 | Use variable in place of multiple CI.getFrontendOpts() calls and use a bit | Argyrios Kyrtzidis |
2011-12-06 | Remove unused member to appease valgrind. | Benjamin Kramer |
2011-11-30 | Another GCC fix | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | When writing a module file, pass the module through to the AST | Douglas Gregor |
2011-11-29 | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor |
2011-11-16 | Add support for building a module from a module map to the -cc1 | Douglas Gregor |
2011-11-15 | Revert r144703. It was a dumb idea anyway; will add the new bits more | Douglas Gregor |
2011-11-15 | Split GenerateModuleAction into its own action, which will start | Douglas Gregor |
2011-08-25 | Remove the Chaining argument from the PCH/module generator. It's no longer used | Douglas Gregor |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-07 | Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi... | Jonathan D. Turner |
2011-03-07 | Remove the AST printer (-ast-print-xml), which is too incomplete and | Douglas Gregor |
2011-02-17 | Eliminate the internal command-line option for viewing inheritance in C++ cla... | Douglas Gregor |
2011-02-15 | Allow resolving headers from a PCH even after headers+PCH were moved to anoth... | Argyrios Kyrtzidis |
2010-11-24 | Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals | John McCall |
2010-08-03 | Reshuffle the PCH generator action and consumer, so that we can re-use | Douglas Gregor |
2010-07-26 | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor |
2010-07-20 | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor |
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |
2010-06-07 | Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate. | Daniel Dunbar |
2010-05-25 | Make this class useful as a base. | Nick Lewycky |
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-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-25 | Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. | 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-11-14 | Add FrontendActions for all preprocessor based clang-cc actions. | Daniel Dunbar |
2009-11-14 | Add FrontendActions, which provides a FrontendAction interface to all the exi... | Daniel Dunbar |