summaryrefslogtreecommitdiff
path: root/lib/FrontendTool
AgeCommit message (Expand)Author
2017-10-18[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...NAKAMURA Takumi
2017-07-26Update after LLVM change r309087George Rimar
2017-07-18[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi
2017-06-09Add -frewrite-imports flag.Richard Smith
2017-01-13unique_ptrify createDriverOptTableDavid Blaikie
2016-08-26C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith
2016-08-08[analyzer] Command line option to show enabled checker list.Gabor Horvath
2016-03-15Make it possible for AST plugins to enable themselves by defaultJohn Brawn
2016-02-11Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi
2016-02-09clang-cl: Support loading plugins on WindowsEhsan Akhgari
2016-02-07[Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis
2016-01-26Remove autoconf supportChris Bieneman
2014-08-29Provide a BuryPointer for unique_ptrs.David Blaikie
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2014-05-26[C++11] Use 'nullptr'.Craig Topper
2014-05-17[objcmt] Don't wrap a PCH generation action with a ObjCMigrateAction one, it ...Argyrios Kyrtzidis
2014-05-03[leaks] Don't leak the fake arguments we synthesize for LLVM optionChandler Carruth
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi
2014-02-23[CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842.NAKAMURA Takumi
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi
2014-02-05Add a CC1 option -verify-pchBen Langmuir
2013-12-27Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany
2013-12-10[CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi
2013-12-09[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi
2013-11-27Bring back a StringRef used in some build configurationsAlp Toker
2013-11-27Remove a whole lot of unused variablesAlp Toker
2013-11-13[objcmt] If the frontend option is frontend::MigrateSource then we don't need...Argyrios Kyrtzidis
2013-10-07Remove -ast-dump-xml.Richard Smith
2013-10-02Objective-C migrator. Simplify migrator option Fariborz Jahanian
2013-08-28ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian
2013-08-22Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose
2013-08-07Indicate success for simple options when clang called with -cc1.Rafael Espindola
2013-07-09ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian
2013-07-03With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check.Jordan Rose
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor
2013-01-06use early returns to simplify and de-nestSean Silva
2012-12-13Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-09PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-31Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek
2012-07-31Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-14Support -frewrite-includes as an option while preprocessing.David Blaikie
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie
2012-05-02Fix cmake. Remaining two ClangCC1Options deps.Andrew Trick