summaryrefslogtreecommitdiff
path: root/lib/FrontendTool
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-05-26
* [objcmt] Don't wrap a PCH generation action with a ObjCMigrateAction one, it ...Argyrios Kyrtzidis2014-05-17
* [leaks] Don't leak the fake arguments we synthesize for LLVM optionChandler Carruth2014-05-03
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-07
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* [CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842.NAKAMURA Takumi2014-02-23
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-21
* Add a CC1 option -verify-pchBen Langmuir2014-02-05
* Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany2013-12-27
* [CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi2013-12-10
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-09
* Bring back a StringRef used in some build configurationsAlp Toker2013-11-27
* Remove a whole lot of unused variablesAlp Toker2013-11-27
* [objcmt] If the frontend option is frontend::MigrateSource then we don't need...Argyrios Kyrtzidis2013-11-13
* Remove -ast-dump-xml.Richard Smith2013-10-07
* Objective-C migrator. Simplify migrator option Fariborz Jahanian2013-10-02
* ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian2013-08-28
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-22
* Indicate success for simple options when clang called with -cc1.Rafael Espindola2013-08-07
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-09
* With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check.Jordan Rose2013-07-03
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-27
* use early returns to simplify and de-nestSean Silva2013-01-06
* Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2012-12-13
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith2012-11-09
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-01
* Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek2012-08-31
* Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko2012-07-31
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-27
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Support -frewrite-includes as an option while preprocessing.David Blaikie2012-06-14
* Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie2012-06-06
* Fix cmake. Remaining two ClangCC1Options deps.Andrew Trick2012-05-02
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-01
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-13
* Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor2012-03-27
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-06
* Make use of const-correct ParseCommandLineOptionsDavid Blaikie2012-02-07
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-05
* Fix ASTMerge tests that I broke in my previous commit.Argyrios Kyrtzidis2012-02-04
* Use variable in place of multiple CI.getFrontendOpts() calls and use a bitArgyrios Kyrtzidis2012-02-04
* Introduce 3 new fixit options:Argyrios Kyrtzidis2012-01-26
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-17
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-14
* Add frontend flags to enable bitcode verifier pass.Chad Rosier2011-12-12
* Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor2011-11-29
* Add support for building a module from a module map to the -cc1Douglas Gregor2011-11-16