summaryrefslogtreecommitdiffstats
path: root/lib/FrontendTool
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-181-0/+1
* Add -frewrite-imports flag.Richard Smith2017-06-091-1/+2
* unique_ptrify createDriverOptTableDavid Blaikie2017-01-131-1/+1
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-1/+4
* [analyzer] Command line option to show enabled checker list.Gabor Horvath2016-08-081-0/+5
* Make it possible for AST plugins to enable themselves by defaultJohn Brawn2016-03-151-1/+15
* Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi2016-02-111-8/+1
* clang-cl: Support loading plugins on WindowsEhsan Akhgari2016-02-091-1/+8
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-42/+47
* Remove autoconf supportChris Bieneman2016-01-261-25/+0
* Provide a BuryPointer for unique_ptrs.David Blaikie2014-08-291-1/+1
* Make clang's rewrite engine a core featureAlp Toker2014-07-162-26/+5
* [C++11] Use 'nullptr'.Craig Topper2014-05-261-4/+4
* [objcmt] Don't wrap a PCH generation action with a ObjCMigrateAction one, it ...Argyrios Kyrtzidis2014-05-171-1/+2
* [leaks] Don't leak the fake arguments we synthesize for LLVM optionChandler Carruth2014-05-031-2/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-3/+3
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-2/+2
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-10/+13
* [CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842.NAKAMURA Takumi2014-02-231-0/+3
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-6/+0
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-0/+1
* Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany2013-12-271-1/+2
* [CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi2013-12-101-3/+0
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-1/+7
* Bring back a StringRef used in some build configurationsAlp Toker2013-11-271-0/+2
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+0
* [objcmt] If the frontend option is frontend::MigrateSource then we don't need...Argyrios Kyrtzidis2013-11-131-20/+22
* Remove -ast-dump-xml.Richard Smith2013-10-071-1/+0
* Objective-C migrator. Simplify migrator option Fariborz Jahanian2013-10-021-4/+1
* ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian2013-08-281-1/+2
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-221-1/+6
* Indicate success for simple options when clang called with -cc1.Rafael Espindola2013-08-071-3/+3
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-091-2/+3
* With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check.Jordan Rose2013-07-031-3/+8
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-5/+5
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-0/+1
* use early returns to simplify and de-nestSean Silva2013-01-061-11/+9
* Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2012-12-132-2/+59
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith2012-11-091-1/+4
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-012-2/+3
* Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek2012-08-311-1/+1
* Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko2012-07-311-0/+1
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+2
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-5/+13
* Support -frewrite-includes as an option while preprocessing.David Blaikie2012-06-141-2/+6
* Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie2012-06-061-0/+1
* Fix cmake. Remaining two ClangCC1Options deps.Andrew Trick2012-05-021-2/+1
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-011-2/+2
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-131-1/+0