summaryrefslogtreecommitdiff
path: root/lib/FrontendTool
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Make it possible for AST plugins to enable themselves by defaultJohn Brawn1-1/+15
2016-02-11Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi1-8/+1
2016-02-09clang-cl: Support loading plugins on WindowsEhsan Akhgari1-1/+8
2016-02-07[Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis1-42/+47
2016-01-26Remove autoconf supportChris Bieneman1-25/+0
2014-08-29Provide a BuryPointer for unique_ptrs.David Blaikie1-1/+1
2014-07-16Make clang's rewrite engine a core featureAlp Toker2-26/+5
2014-05-26[C++11] Use 'nullptr'.Craig Topper1-4/+4
2014-05-17[objcmt] Don't wrap a PCH generation action with a ObjCMigrateAction one, it ...Argyrios Kyrtzidis1-1/+2
2014-05-03[leaks] Don't leak the fake arguments we synthesize for LLVM optionChandler Carruth1-2/+2
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-3/+3
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles1-2/+2
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi1-10/+13
2014-02-23[CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842.NAKAMURA Takumi1-0/+3
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi1-6/+0
2014-02-05Add a CC1 option -verify-pchBen Langmuir1-0/+1
2013-12-27Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany1-1/+2
2013-12-10[CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi1-3/+0
2013-12-09[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi1-1/+7
2013-11-27Bring back a StringRef used in some build configurationsAlp Toker1-0/+2
2013-11-27Remove a whole lot of unused variablesAlp Toker1-1/+0
2013-11-13[objcmt] If the frontend option is frontend::MigrateSource then we don't need...Argyrios Kyrtzidis1-20/+22
2013-10-07Remove -ast-dump-xml.Richard Smith1-1/+0
2013-10-02Objective-C migrator. Simplify migrator option Fariborz Jahanian1-4/+1
2013-08-28ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian1-1/+2
2013-08-22Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose1-1/+6
2013-08-07Indicate success for simple options when clang called with -cc1.Rafael Espindola1-3/+3
2013-07-09ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian1-2/+3
2013-07-03With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check.Jordan Rose1-3/+8
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner1-5/+5
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor1-0/+1
2013-01-06use early returns to simplify and de-nestSean Silva1-11/+9
2012-12-13Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2-2/+59
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-4/+4
2012-11-09PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith1-1/+4
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2-2/+3
2012-08-31Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek1-1/+1
2012-07-31Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko1-0/+1
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi1-0/+2
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth1-5/+13
2012-06-14Support -frewrite-includes as an option while preprocessing.David Blaikie1-2/+6
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie1-0/+1
2012-05-02Fix cmake. Remaining two ClangCC1Options deps.Andrew Trick1-2/+1
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy1-2/+2
2012-04-13Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor1-1/+0
2012-03-27Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor1-0/+1
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek1-1/+8
2012-02-07Make use of const-correct ParseCommandLineOptionsDavid Blaikie1-1/+1
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-3/+3
2012-02-04Fix ASTMerge tests that I broke in my previous commit.Argyrios Kyrtzidis1-1/+1