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
/
Rewriter.cpp
Age
Commit message (
Expand
)
Author
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-19
Convert parts of Rewriter to StringRef based API.
Daniel Dunbar
2009-06-30
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
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-26
Check in the long promised SourceLocation rewrite. This lays the
Chris Lattner
2009-01-17
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2008-10-07
Add #include (introduced by dependence on DeclGroup)
Ted Kremenek
2008-10-03
add a new Rewriter::getRewritenText method that returns the text for a range
Chris Lattner
2008-09-13
Patch by Csaba Hruska!
Ted Kremenek
2008-05-28
add an assertion
Chris Lattner
2008-05-23
fix an inconsistency computing offsets that caused a crash on rewrite-nest.m
Chris Lattner
2008-04-14
remove ifdefs
Chris Lattner
2008-04-14
Change the RewriteRope::Chunks data structure from an std::list into
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-18
Added variant of "InsertText" in the Rewriter to support inserting text both
Ted Kremenek
2008-03-18
Bug fix in RewriteBuffer::getMappedOffset: potentially multiple deltas
Ted Kremenek
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner