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
/
Frontend
/
FixItRewriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When suggesting a typo correction for an @implementation without a
Douglas Gregor
2010-01-06
1
-0
/
+3
*
Kill a few more random stderr uses.
Daniel Dunbar
2009-12-03
1
-1
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-11
/
+11
*
Update clang for raw_fd_ostream no longer requiring F_Force.
Dan Gohman
2009-08-25
1
-4
/
+2
*
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
Torok Edwin
2009-08-24
1
-0
/
+2
*
API changes to match llvm ToT.
Chris Lattner
2009-08-23
1
-1
/
+1
*
Replace cerr with errs().
Benjamin Kramer
2009-08-23
1
-2
/
+1
*
adjust for raw_fd_ostream api change.
Chris Lattner
2009-08-23
1
-10
/
+6
*
Remove now unnecessary helper methods.
Daniel Dunbar
2009-08-19
1
-1
/
+1
*
Convert parts of Rewriter to StringRef based API.
Daniel Dunbar
2009-08-19
1
-2
/
+1
*
Update for raw_fd_ostream API changes. raw_fd_ostream now has a
Dan Gohman
2009-07-15
1
-0
/
+2
*
Change Lexer::MeasureTokenLength to take a LangOptions reference.
Chris Lattner
2009-04-14
1
-2
/
+3
*
Add a new command-line option "-fixit-at=file:line:column" that only
Douglas Gregor
2009-04-02
1
-2
/
+37
*
Provide FIX-IT notes to describe what fix-it is doing behind the
Douglas Gregor
2009-04-02
1
-31
/
+39
*
Some cleanups to the fix-it rewriter. Thanks, Chris
Douglas Gregor
2009-04-02
1
-29
/
+43
*
Clean up -fixit output slightly
Douglas Gregor
2009-04-02
1
-1
/
+2
*
Introduce a "-fixit" mode to clang-cc that applies code-modification hints.
Douglas Gregor
2009-04-02
1
-0
/
+140