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
/
FixItRewriter.cpp
Age
Commit message (
Expand
)
Author
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-01-26
In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptor
Argyrios Kyrtzidis
2012-01-26
Introduce 3 new fixit options:
Argyrios Kyrtzidis
2011-09-29
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
Douglas Gregor
2011-09-26
Rename DiagnosticInfo to Diagnostic as per issue 5397
David Blaikie
2011-09-25
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-06-15
Automatic Reference Counting.
John McCall
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-18
Keep track of errors/warnings in FixItRewriter.
Argyrios Kyrtzidis
2010-11-18
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-08-18
Simplify the ownership model for DiagnosticClients, which was really
Douglas Gregor
2010-08-18
Simplify FixItHint by eliminated the unnecessary InsertionLoc
Douglas Gregor
2010-08-15
Make the FixItOptions object required instead of optional.
Nick Lewycky
2010-08-14
Remember that FixItOptions* is optional and don't crash when it's not provided.
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