index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Driver
/
TextDiagnosticPrinter.cpp
Age
Commit message (
Expand
)
Author
2008-08-05
add a libDriver, for now only move the text diangostics stuff from Driver to ...
Nico Weber
2008-08-05
fix crash when printing diagnostics with tokens that span through more than o...
Nuno Lopes
2008-04-17
Allow redirecting text diagnostic printer output to any llvm::OStream, rather
Nate Begeman
2008-03-27
Fixed copy-paste error.
Ted Kremenek
2008-02-11
Fix http://llvm.org/bugs/show_bug.cgi?id=2013.
Steve Naroff
2008-02-08
A bunch-o changes to fix <rdar://problem/5716046> incomplete implementation o...
Steve Naroff
2008-01-25
Fix a bug recovering from broken code with a goto that Eli reported.
Chris Lattner
2008-01-14
Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove
Ted Kremenek
2008-01-12
When forming the squigly underline for a diagnostic, make sure to
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-12
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-11
Modified the internals of Diagnostic and DiagnosticClient to use
Ted Kremenek
2007-12-11
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-11-30
start partitioning the diagnostics into two classes: those
Chris Lattner
2007-10-17
Move token length calculation out of the diagnostics machinery into
Chris Lattner
2007-10-17
wean the diagnostics machinery off the preprocessor.
Chris Lattner
2007-10-16
Add a new Rewriter::getRangeSize method.
Chris Lattner
2007-09-06
remove sorry.
Chris Lattner
2007-07-20
At one point there were going to be lexer and parser tokens.
Chris Lattner
2007-07-20
simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buff...
Chris Lattner
2007-07-20
Reimplement SourceLocation. Instead of having a
Chris Lattner
2007-07-16
add better comments.
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer