aboutsummaryrefslogtreecommitdiff
path: root/lib/FrontendTool
AgeCommit message (Expand)Author
2018-12-15[analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistryKristof Umann
2018-12-15[analyzer] Prefer returns values to out-params in CheckerRegistry.cppKristof Umann
2018-12-04PTH-- Remove feature entirely-Erich Keane
2018-11-17Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie
2018-11-02[analyzer] New flag to print all -analyzer-config optionsKristof Umann
2018-10-10[Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song
2018-10-03[Frontend] Delete -print-decl-contextsFangrui Song
2018-09-15[modules] Frontend support for building a header module from a list ofRichard Smith
2018-07-30Remove trailing spaceFangrui Song
2018-05-31Add a new driver mode to dump compiler feature and extension options.Aaron Ballman
2018-02-10Make a build bot happy.Gabor Horvath
2018-02-10[Templight] Template Instantiation ObserverGabor Horvath
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