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
/
Driver
/
TextDiagnosticPrinter.cpp
Age
Commit message (
Expand
)
Author
2009-03-02
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
Daniel Dunbar
2009-02-26
Introduce code modification hints into the diagnostics system. When we
Douglas Gregor
2009-02-20
map source ranges through macro expansions. Before:
Chris Lattner
2009-02-20
refactor, pass ranges down instead of the whole
Chris Lattner
2009-02-18
tidy up
Chris Lattner
2009-02-17
As an experimental hack, emit "instantiated from" information in
Chris Lattner
2009-02-17
sink a call to getInstantiationLoc to eliminate an assertion.
Chris Lattner
2009-02-17
break down EmitCaretDiagnostic to use more primitive calls.
Chris Lattner
2009-02-17
split caret diagnostic printing out into its own function.
Chris Lattner
2009-02-17
simplify some code.
Chris Lattner
2009-02-17
If a source range comes through a function-like macro expansion,
Chris Lattner
2009-02-06
handle fatal errors, rely on warnings to point out missing cases.
Chris Lattner
2009-02-04
lower the interface to getLineNumber like we did for
Chris Lattner
2009-02-04
make SM::getColumnNumber take a predecomposed FileID/offset, which
Chris Lattner
2009-01-30
" Attached is a patch for TextDiagnosticPrinter that adds an optional
Chris Lattner
2009-01-28
Fix TextDiagnosticPrinter::HandleDiagnostic to handle invalid FullSourceLocs ...
Ted Kremenek
2009-01-27
Introduce a new PresumedLoc class to represent the concept of a location
Chris Lattner
2009-01-19
Rename SourceManager::getCanonicalFileID -> getFileID. There is
Chris Lattner
2009-01-17
Rename SourceLocation::getFileID to getChunkID, because it returns
Chris Lattner
2009-01-16
eliminate FullSourceLoc::getLocation() now that FullSourceLoc
Chris Lattner
2009-01-16
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2008-11-22
remove a dead enum
Chris Lattner
2008-11-19
switch TextDiagnosticPrinter to raw_ostream.
Chris Lattner
2008-11-19
rewrite FormatDiagnostic to be less gross and a lot more efficient.
Chris Lattner
2008-11-18
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-10
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
Nico Weber
2008-08-09
Expressive diagnostics-- worth their weight in gold?
Gordon Henriksen
2008-08-05
add a libDriver, for now only move the text diangostics stuff from Driver to ...
Nico Weber