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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR5633 by making the preprocessor handle the case where we can
Chris Lattner
2009-11-30
2
-3
/
+6
*
Be more careful with anonymous namespaces, since Clang diagnoses the ambiguit...
Douglas Gregor
2009-11-17
1
-19
/
+9
*
Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor.
Daniel Dunbar
2009-11-05
1
-16
/
+21
*
Kill PreprocessorFactory, which was both morally repugnant and totally unused.
Daniel Dunbar
2009-11-04
1
-7
/
+0
*
Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the reference
Ted Kremenek
2009-10-20
1
-0
/
+1
*
Revert 84601. Looks like it was causing failures on some systems.
Ted Kremenek
2009-10-20
1
-2
/
+3
*
Fix a reference count imbalance in RewriteRope::MakeRopeString().
Ted Kremenek
2009-10-20
1
-3
/
+2
*
Installation of Clang libraries and headers, from Axel Naumann!
Douglas Gregor
2009-10-08
1
-3
/
+0
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
5
-248
/
+248
*
Don't install Clang libraries.
Douglas Gregor
2009-08-23
1
-0
/
+3
*
Remove now unnecessary helper methods.
Daniel Dunbar
2009-08-19
1
-2
/
+2
*
Convert parts of Rewriter to StringRef based API.
Daniel Dunbar
2009-08-19
2
-37
/
+32
*
Use raw_svector_ostream for string concatenation.
Daniel Dunbar
2009-08-19
1
-7
/
+9
*
adjust indentation.
Zhongxing Xu
2009-08-17
1
-15
/
+15
*
Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in...
Ted Kremenek
2009-07-21
1
-1
/
+1
*
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2009-07-15
1
-1
/
+1
*
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
2
-4
/
+4
*
Build system changes to use TableGen to generate the various
Douglas Gregor
2009-03-16
1
-1
/
+1
*
fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...
Chris Lattner
2009-03-13
1
-0
/
+22
*
Adjust HTML diagnostics CSS to not use "smaller" for font size and instead use
Ted Kremenek
2009-03-10
1
-2
/
+2
*
Tighten message bubble height.
Ted Kremenek
2009-03-03
1
-2
/
+3
*
Adjust CSS to make message bubble numbers less gaudy.
Ted Kremenek
2009-03-02
1
-4
/
+3
*
Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::...
Ted Kremenek
2009-03-02
1
-3
/
+8
*
Update HTML diagnostics to honor the different between 'event' and 'control-f...
Ted Kremenek
2009-03-02
1
-2
/
+3
*
Introduce code modification hints into the diagnostics system. When we
Douglas Gregor
2009-02-26
1
-0
/
+3
*
Fix PR3635 by handling ## magically
Chris Lattner
2009-02-24
1
-0
/
+5
*
simplify this code and make it use highlight range. This
Chris Lattner
2009-02-17
1
-19
/
+8
*
fix a fixme in -emit-html output: highlight the entire range of a macro
Chris Lattner
2009-02-15
1
-17
/
+21
*
Fix rdar://6562329, a static analyzer crash Ted noticed on
Chris Lattner
2009-02-13
1
-13
/
+45
*
make "floating macro bubble" output of -emit-html much prettier:
Chris Lattner
2009-02-13
1
-1
/
+14
*
rename getFullFilePos -> getFileOffset.
Chris Lattner
2009-01-27
1
-4
/
+4
*
This change refactors some of the low-level lexer interfaces a bit.
Chris Lattner
2009-01-26
1
-2
/
+3
*
Check in the long promised SourceLocation rewrite. This lays the
Chris Lattner
2009-01-26
2
-3
/
+2
*
Rename SourceManager::getCanonicalFileID -> getFileID. There is
Chris Lattner
2009-01-19
1
-2
/
+2
*
add a simplified lexer ctor that sets up the lexer to raw-lex an
Chris Lattner
2009-01-17
2
-9
/
+3
*
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2009-01-17
3
-50
/
+50
*
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-16
1
-5
/
+5
*
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes
2008-10-26
1
-0
/
+9
*
make the -rewrite-test a bit more interesting: it now
Chris Lattner
2008-10-12
1
-3
/
+50
*
start implementing a token rewriter. At this point, it just reads in a file
Chris Lattner
2008-10-12
1
-0
/
+53
*
Change how raw lexers are handled: instead of creating them and then
Chris Lattner
2008-10-12
1
-4
/
+4
*
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
*
Fixed an offset calculation error.
Zhongxing Xu
2008-09-16
1
-1
/
+1
*
Patch by Csaba Hruska!
Ted Kremenek
2008-09-13
2
-5
/
+8
*
Patch by Kovarththanan Rajaratnam!
Ted Kremenek
2008-08-31
1
-0
/
+10
*
honor EscapeSpaces in 2nd overload of EscapeText()
Nico Weber
2008-08-16
1
-3
/
+8
*
Add CSS for word wrapping of long message bubbles.
Ted Kremenek
2008-07-11
1
-0
/
+1
[next]