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
/
HTMLDiagnostics.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-18
HTMLDiagnostics: Always display diagnostics *below* the line in question.
Ted Kremenek
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-27
PathDiagnostics:
Ted Kremenek
2009-01-19
Rename SourceManager::getCanonicalFileID -> getFileID. There is
Chris Lattner
2009-01-17
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2009-01-16
eliminate FullSourceLoc::getLocation() now that FullSourceLoc
Chris Lattner
2009-01-16
elimiante FullSourceLoc::getCanonicalFileID
Chris Lattner
2009-01-16
an instantiation loc is always a file loc.
Chris Lattner
2009-01-16
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2008-11-03
Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'
Ted Kremenek
2008-11-02
Fixed a horrible bug in HTMLDiagnostics.cpp where bugs referencing source ran...
Ted Kremenek
2008-10-24
Expand bubble size by 50%.
Ted Kremenek
2008-09-22
Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view.
Ted Kremenek
2008-09-21
Added experimental "intelligent-sizing" of HTML message bubbles based on the ...
Ted Kremenek
2008-09-20
Add "category" to BugTypes, allowing bugs to be grouped.
Ted Kremenek
2008-09-13
Patch by Csaba Hruska!
Ted Kremenek
2008-08-24
Moved HTMLDiagnostics to lib/Driver.
Zhongxing Xu