Age | Commit message (Expand) | Author |
2013-03-27 | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor |
2013-01-28 | Enable the global module index by default. Introduce the | Douglas Gregor |
2013-01-25 | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor |
2013-01-23 | Implement the writer side of the global module index. | Douglas Gregor |
2012-12-21 | Switch FrontendOptions to using an initializer list rather than initializing | Richard Smith |
2012-11-09 | Turn FrontendInputFile into an immutable class and have it also accept | Argyrios Kyrtzidis |
2012-07-31 | Added -ast-list option to dump filterable AST decl node names. | Alexander Kornienko |
2012-07-26 | Added -ast-dump-filter option to clang -cc1. | Alexander Kornienko |
2012-07-02 | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko |
2012-06-14 | Support -frewrite-includes as an option while preprocessing. | David Blaikie |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
2012-06-06 | Add a -rewrite-includes option, which is similar to -rewrite-macros, but only... | David Blaikie |
2012-04-13 | Remove the -cc1-level option "-pubnames-dump". Such things should stay | Douglas Gregor |
2012-04-12 | Added a flag to the parser to skip method bodies. | Erik Verbruggen |
2012-03-27 | Introduce a -cc1-level option -pubnames-dump, which simply dumps the | Douglas Gregor |
2012-03-06 | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2012-01-26 | Extend the ExternalASTSource interface to allow the AST source to | Douglas Gregor |
2012-01-26 | Introduce 3 new fixit options: | Argyrios Kyrtzidis |
2012-01-20 | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor |
2011-12-14 | Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre... | Chad Rosier |
2011-12-12 | Add frontend flags to enable bitcode verifier pass. | Chad Rosier |
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-09-15 | Eliminate the unused -create-module cc1-level option | Douglas Gregor |
2011-08-27 | Remove the -import-module option. It's no longer useful | Douglas Gregor |
2011-08-25 | Eliminate the -chained-pch flag and all of the frontend and libclang options ... | Douglas Gregor |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-19 | [arcmt] Add some additional driver flags to optionally emit or save the pre-m... | Argyrios Kyrtzidis |
2011-07-09 | [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. | Argyrios Kyrtzidis |
2011-07-07 | Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi... | Jonathan D. Turner |
2011-06-17 | [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h... | Argyrios Kyrtzidis |
2011-06-15 | Automatic Reference Counting. | John McCall |
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-01-29 | Support for -plugin-arg- with -add-plugin | Nico Weber |
2011-01-25 | Add -add-plugin flag, which runs plugins in addition to codegen. | Nico Weber |
2010-11-24 | Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals | John McCall |
2010-10-11 | Eliminate the (de-)serialization of code completion results, now that | Douglas Gregor |
2010-08-18 | More PCH -> AST renaming. | Sebastian Redl |
2010-08-16 | Add two options for playing with modules. | Sebastian Redl |
2010-08-15 | Extend the code-completion caching infrastructure to include global | Douglas Gregor |
2010-08-13 | Add a new cc1 option -fix-what-you-can which when combined with the fix-it mode | Nick Lewycky |
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-07-09 | Add a frontend option -chained-pch and don't pass an active PCH reader to the... | Sebastian Redl |
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 |