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
/
HTMLRewrite.cpp
Age
Commit message (
Expand
)
Author
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-06
User-defined literals: reject string and character UDLs in all places where the
Richard Smith
2012-02-07
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-04
Remove Diagnostic.h include from Preprocessor.h.
Benjamin Kramer
2012-01-20
Per PR 11814, use Monospace instead of Andale Mono.
Ted Kremenek
2012-01-17
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2011-09-29
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
Douglas Gregor
2011-09-26
Rename DiagnosticInfo to Diagnostic as per issue 5397
David Blaikie
2011-09-25
Rename IgnoringDiagClient to IgnoringDiagConsumer as per issue 5397
David Blaikie
2011-09-25
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-19
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-07-27
Add support for C++0x unicode string and character literals, from Craig Topper!
Douglas Gregor
2011-07-25
Rename SourceManager::getInstantiationRange to getExpansionRange.
Chandler Carruth
2011-07-25
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-15
Switch a comment in Rewrite from 'instantiation' to 'expansion'.
Chandler Carruth
2010-12-22
Introduced raw_identifier token kind.
Abramo Bagnara
2010-11-18
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-08-18
Fix crasher with IgnoringDiagClient
Douglas Gregor
2010-04-14
make the token paste avoidance logic turn "..." into ".. ." instead of ". . ."
Chris Lattner
2010-03-16
Let SourceManager::getBufferData return StringRef instead of a pair of two co...
Benjamin Kramer
2010-03-16
Give SourceManager a Diagnostic object with which to report errors,
Douglas Gregor
2010-03-15
Add some <cstdio> includes to unbreak the buildbots
Douglas Gregor
2010-03-15
Introduce a new BufferResult class to act as the return type of
Douglas Gregor
2009-11-30
Fix PR5633 by making the preprocessor handle the case where we can
Chris Lattner
2009-11-05
Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor.
Daniel Dunbar
2009-11-04
Kill PreprocessorFactory, which was both morally repugnant and totally unused.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-19
Remove now unnecessary helper methods.
Daniel Dunbar
2009-08-19
Convert parts of Rewriter to StringRef based API.
Daniel Dunbar
2009-08-19
Use raw_svector_ostream for string concatenation.
Daniel Dunbar
2009-08-17
adjust indentation.
Zhongxing Xu
2009-07-21
Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in...
Ted Kremenek
2009-04-14
Change Lexer::MeasureTokenLength to take a LangOptions reference.
Chris Lattner
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
Check in the long promised SourceLocation rewrite. This lays the
Chris Lattner
[next]