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