aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/FrontendActions.cpp
AgeCommit message (Expand)Author
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie
2012-02-07objc rewriter: start supporting modern objective-c abiFariborz Jahanian
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-01-27In FixItRecompile::BeginInvocation() reset the diagnostics before executingArgyrios Kyrtzidis
2012-01-27In FixItRecompile::BeginInvocation(), check the return value of BeginSourceFi...Argyrios Kyrtzidis
2012-01-26Remove the headers now that ::close() is not used.Argyrios Kyrtzidis
2012-01-26In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptorArgyrios Kyrtzidis
2012-01-26Rewrite/FrontendActions.cpp: Tweak to unbreak msvc.NAKAMURA Takumi
2012-01-26Add missing include of <unistd.h>Douglas Gregor
2012-01-26Introduce 3 new fixit options:Argyrios Kyrtzidis
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2010-12-18Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq...Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-22More class anonymization.Benjamin Kramer
2010-08-15Make the FixItOptions object required instead of optional.Nick Lewycky
2010-08-13Add a new cc1 option -fix-what-you-can which when combined with the fix-it modeNick Lewycky
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar