index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Rewrite
/
Rewriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some clean up of replacement text API no longer needed by
Fariborz Jahanian
2010-02-05
1
-3
/
+2
*
Fixes a rewrite bug rewriting nested ivars reference.
Fariborz Jahanian
2010-01-28
1
-2
/
+3
*
Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText().
Ted Kremenek
2010-01-07
1
-2
/
+2
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-22
/
+22
*
Convert parts of Rewriter to StringRef based API.
Daniel Dunbar
2009-08-19
1
-16
/
+14
*
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-30
1
-1
/
+1
*
Fix for PR2386: distinguish between insertion and replacements in the
Eli Friedman
2009-05-18
1
-4
/
+4
*
Change Lexer::MeasureTokenLength to take a LangOptions reference.
Chris Lattner
2009-04-14
1
-3
/
+3
*
Check in the long promised SourceLocation rewrite. This lays the
Chris Lattner
2009-01-26
1
-1
/
+1
*
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2009-01-17
1
-22
/
+22
*
Add #include (introduced by dependence on DeclGroup)
Ted Kremenek
2008-10-07
1
-0
/
+1
*
add a new Rewriter::getRewritenText method that returns the text for a range
Chris Lattner
2008-10-03
1
-0
/
+49
*
Patch by Csaba Hruska!
Ted Kremenek
2008-09-13
1
-2
/
+3
*
add an assertion
Chris Lattner
2008-05-28
1
-0
/
+1
*
fix an inconsistency computing offsets that caused a crash on rewrite-nest.m
Chris Lattner
2008-05-23
1
-1
/
+1
*
remove ifdefs
Chris Lattner
2008-04-14
1
-35
/
+0
*
Change the RewriteRope::Chunks data structure from an std::list into
Chris Lattner
2008-04-14
1
-3
/
+18
*
remove ifdefs
Chris Lattner
2008-04-12
1
-77
/
+0
*
Do an initial hack at replacing one of the incredibly inefficient
Chris Lattner
2008-04-12
1
-2
/
+13
*
Added variant of "InsertText" in the Rewriter to support inserting text both
Ted Kremenek
2008-03-18
1
-5
/
+7
*
Bug fix in RewriteBuffer::getMappedOffset: potentially multiple deltas
Ted Kremenek
2008-03-18
1
-4
/
+6
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+258