index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Rewrite
/
Rewriter.h
Age
Commit message (
Expand
)
Author
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-05-22
Adds a method overwriteChangedFiles to the Rewriter. This is implemented by
Manuel Klimek
2011-09-29
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
Douglas Gregor
2011-07-20
remove some now-redundant forward declarations.
Chris Lattner
2011-07-20
add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.
Chris Lattner
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-06-15
Automatic Reference Counting.
John McCall
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-16
Introduce Rewriter::IncreaseIndentation() which increase indentations for the...
Argyrios Kyrtzidis
2011-04-13
Collect the options applicable to the Rewriter methods into a RewriterOptions...
Argyrios Kyrtzidis
2011-04-11
Typo.
Fariborz Jahanian
2011-04-11
Fixup more objc rwriter bug having to do with
Fariborz Jahanian
2011-04-07
Enhance the Rewriter.
Argyrios Kyrtzidis
2010-07-14
Pass StringRefs by value.
Benjamin Kramer
2010-06-18
introduce a new CharSourceRange class, and enhance the diagnostics routines
Chris Lattner
2010-04-16
Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient
Nick Lewycky
2010-04-15
Teach -fixit to modify all of its inputs instead of just the main file, unless
Nick Lewycky
2010-02-05
Some clean up of replacement text API no longer needed by
Fariborz Jahanian
2010-01-28
Fixes a rewrite bug rewriting nested ivars reference.
Fariborz Jahanian
2010-01-07
Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText().
Ted Kremenek
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-21
Fix commentos
Daniel Dunbar
2009-08-21
Fix refacto.
Daniel Dunbar
2009-08-19
Remove now unnecessary helper methods.
Daniel Dunbar
2009-08-19
Convert parts of Rewriter to StringRef based API.
Daniel Dunbar
2009-05-18
Fix for PR2386: distinguish between insertion and replacements in the
Eli Friedman
2009-04-14
Change Lexer::MeasureTokenLength to take a LangOptions reference.
Chris Lattner
2009-01-17
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2008-10-03
add a disclaimer
Chris Lattner
2008-10-03
add a new Rewriter::getRewritenText method that returns the text for a range
Chris Lattner
2008-04-16
In html::EscapeText, instead of going through the rewriter with
Chris Lattner
2008-04-16
make a method public.
Chris Lattner
2008-04-16
speed up -emit-html in a release build by 6.5% by avoiding std::string.
Chris Lattner
2008-04-12
remove ifdefs
Chris Lattner
2008-04-12
Do an initial hack at replacing one of the incredibly inefficient
Chris Lattner
2008-03-19
Minor speed tweak per Chris's suggestion: use &S[0] instead of S.c_str().
Ted Kremenek
2008-03-19
Integrated some of Chris's comments; check for an empty string in InsertStrXXX()
Ted Kremenek
2008-03-19
Added InsertStrXXX/InsertCStrXXX methods to the Rewriter to provide a simpler
Ted Kremenek
2008-03-18
Added variant of "InsertText" in the Rewriter to support inserting text both
Ted Kremenek
2008-03-18
Added method "getSourceMgr" to class Rewriter.
Ted Kremenek
2008-01-31
add some helper methods for removing and replacing text, this makes the
Chris Lattner
2008-01-31
Make rewriter::inserttext return a bool to indicate if it failed.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-08
add a getAtOffset() member to simplify some code.
Chris Lattner
2007-11-08
Add a new RewriteRope data structure which is a smarter way to represent the ...
Chris Lattner
2007-11-08
abstract out buffer type a bit better
Chris Lattner
2007-10-17
Add new API to rewrite one stmt/expr with another.
Chris Lattner
2007-10-16
Add a new Rewriter::getRangeSize method.
Chris Lattner
2007-10-16
Push the rewriter forward a bit more. Now it rewrites
Chris Lattner
2007-10-13
another step forward in rewriter stuff. This still has
Chris Lattner
[next]