summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/FrontendActions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-192/+0
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie2012-06-061-0/+9
* objc rewriter: start supporting modern objective-c abiFariborz Jahanian2012-02-071-1/+6
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-3/+3
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* In FixItRecompile::BeginInvocation() reset the diagnostics before executingArgyrios Kyrtzidis2012-01-271-0/+1
* In FixItRecompile::BeginInvocation(), check the return value of BeginSourceFi...Argyrios Kyrtzidis2012-01-271-18/+20
* Remove the headers now that ::close() is not used.Argyrios Kyrtzidis2012-01-261-7/+0
* In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptorArgyrios Kyrtzidis2012-01-261-7/+8
* Rewrite/FrontendActions.cpp: Tweak to unbreak msvc.NAKAMURA Takumi2012-01-261-0/+6
* Add missing include of <unistd.h>Douglas Gregor2012-01-261-0/+2
* Introduce 3 new fixit options:Argyrios Kyrtzidis2012-01-261-0/+57
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-8/+8
* Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq...Michael J. Spencer2010-12-181-5/+4
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* More class anonymization.Benjamin Kramer2010-10-221-0/+2
* Make the FixItOptions object required instead of optional.Nick Lewycky2010-08-151-1/+7
* Add a new cc1 option -fix-what-you-can which when combined with the fix-it modeNick Lewycky2010-08-131-6/+9
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-0/+106
OpenPOWER on IntegriCloud