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
Age
Commit message (
Expand
)
Author
2009-07-21
Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in...
Ted Kremenek
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
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-03-16
Build system changes to use TableGen to generate the various
Douglas Gregor
2009-03-13
fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...
Chris Lattner
2009-03-10
Adjust HTML diagnostics CSS to not use "smaller" for font size and instead use
Ted Kremenek
2009-03-03
Tighten message bubble height.
Ted Kremenek
2009-03-02
Adjust CSS to make message bubble numbers less gaudy.
Ted Kremenek
2009-03-02
Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::...
Ted Kremenek
2009-03-02
Update HTML diagnostics to honor the different between 'event' and 'control-f...
Ted Kremenek
2009-02-26
Introduce code modification hints into the diagnostics system. When we
Douglas Gregor
2009-02-24
Fix PR3635 by handling ## magically
Chris Lattner
2009-02-17
simplify this code and make it use highlight range. This
Chris Lattner
2009-02-15
fix a fixme in -emit-html output: highlight the entire range of a macro
Chris Lattner
2009-02-13
Fix rdar://6562329, a static analyzer crash Ted noticed on
Chris Lattner
2009-02-13
make "floating macro bubble" output of -emit-html much prettier:
Chris Lattner
2009-01-27
rename getFullFilePos -> getFileOffset.
Chris Lattner
2009-01-26
This change refactors some of the low-level lexer interfaces a bit.
Chris Lattner
2009-01-26
Check in the long promised SourceLocation rewrite. This lays the
Chris Lattner
2009-01-19
Rename SourceManager::getCanonicalFileID -> getFileID. There is
Chris Lattner
2009-01-17
add a simplified lexer ctor that sets up the lexer to raw-lex an
Chris Lattner
2009-01-17
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2009-01-16
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2008-10-26
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes
2008-10-12
make the -rewrite-test a bit more interesting: it now
Chris Lattner
2008-10-12
start implementing a token rewriter. At this point, it just reads in a file
Chris Lattner
2008-10-12
Change how raw lexers are handled: instead of creating them and then
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-16
Fixed an offset calculation error.
Zhongxing Xu
2008-09-13
Patch by Csaba Hruska!
Ted Kremenek
2008-08-31
Patch by Kovarththanan Rajaratnam!
Ted Kremenek
2008-08-16
honor EscapeSpaces in 2nd overload of EscapeText()
Nico Weber
2008-07-11
Add CSS for word wrapping of long message bubbles.
Ted Kremenek
2008-07-07
In a report-XXXXX.html, make the title include the name of the file with the ...
Ted Kremenek
2008-05-28
Fix rewrite rope to keep the leaf list up-to-date as it erases leaves
Chris Lattner
2008-05-28
add an assertion
Chris Lattner
2008-05-23
fix a nasty off-by-one error.
Chris Lattner
2008-05-23
fix an inconsistency computing offsets that caused a crash on rewrite-nest.m
Chris Lattner
2008-05-08
Fix rdar://5919567: assertion failure: split didn't occur before erase!
Chris Lattner
2008-04-23
fix a rewriter crash on zero length files.
Chris Lattner
2008-04-19
replace form feeds with an <hr> tag.
Chris Lattner
2008-04-18
Provide a version of html::HighlightMacros that takes a Preprocessor&.
Ted Kremenek
2008-04-18
Make tab insertion really right: the number of spaces inserted
Chris Lattner
2008-04-18
Use HTML5 doctype when generating HTML.
Ted Kremenek
2008-04-18
Updated CSS colors. Patch by Cedric Venet!
Ted Kremenek
2008-04-17
Fix a problem noticed by Nuno, where we wouldn't escape characters in
Chris Lattner
2008-04-17
class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...
Ted Kremenek
[next]