aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/FrontendOptions.h
AgeCommit message (Expand)Author
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor
2013-01-28Enable the global module index by default. Introduce theDouglas Gregor
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2012-12-21Switch FrontendOptions to using an initializer list rather than initializingRichard Smith
2012-11-09Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis
2012-07-31Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko
2012-07-26Added -ast-dump-filter option to clang -cc1.Alexander Kornienko
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko
2012-06-14Support -frewrite-includes as an option while preprocessing.David Blaikie
2012-06-13More doxygen/documentation cleanups.James Dennett
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie
2012-04-13Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor
2012-04-12Added a flag to the parser to skip method bodies.Erik Verbruggen
2012-03-27Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-01-27Introduce module attributes into the module map grammar, along with aDouglas Gregor
2012-01-26Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor
2012-01-26Introduce 3 new fixit options:Argyrios Kyrtzidis
2012-01-20Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor
2011-12-14Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier
2011-12-12Add frontend flags to enable bitcode verifier pass.Chad Rosier
2011-11-29Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor
2011-11-16Add support for building a module from a module map to the -cc1Douglas Gregor
2011-09-15Eliminate the unused -create-module cc1-level optionDouglas Gregor
2011-08-27Remove the -import-module option. It's no longer usefulDouglas Gregor
2011-08-25Eliminate the -chained-pch flag and all of the frontend and libclang options ...Douglas Gregor
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor
2011-07-20now that we have a centralized place to do so, add some using declarations forChris 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-07Remove 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-15Automatic Reference Counting.John McCall
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor
2011-02-17Eliminate the internal command-line option for viewing inheritance in C++ cla...Douglas Gregor
2011-01-29Support for -plugin-arg- with -add-pluginNico Weber
2011-01-25Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber
2010-11-24Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall
2010-10-11Eliminate the (de-)serialization of code completion results, now thatDouglas Gregor
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-08-16Add two options for playing with modules.Sebastian Redl
2010-08-15Extend the code-completion caching infrastructure to include globalDouglas Gregor
2010-08-13Add a new cc1 option -fix-what-you-can which when combined with the fix-it modeNick Lewycky
2010-07-26Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor
2010-07-20Introduce a new lexer function to compute the "preamble" of a file,Douglas Gregor
2010-07-09Add a frontend option -chained-pch and don't pass an active PCH reader to the...Sebastian Redl
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