index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Frontend
/
TextDiagnosticPrinter.h
Age
Commit message (
Expand
)
Author
2009-11-14
Pass Preprocessor through DiagnosticClient::BeginSourceFile.
Daniel Dunbar
2009-11-11
Allow TextDiagnosticPrinter to have optional ownership of its output stream.
Daniel Dunbar
2009-11-05
Replace DiagnosticClient::setLangOptions with {Begin,End}SourceFile, and clarify
Daniel Dunbar
2009-11-04
Factor out a diagnostic options class.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-06-04
Add ANSI color support for clang.
Torok Edwin
2009-05-06
Eliminate extra vertical space in Clang diagnostics
Douglas Gregor
2009-05-01
When printing a source line as part of a diagnostic, the source line
Douglas Gregor
2009-05-01
Implement -fmessage-length=N, which word-wraps diagnostics to N columns.
Douglas Gregor
2009-04-19
implement compiler support for -fno-diagnostics-fixit-info,
Chris Lattner
2009-04-17
add a virtual method to DiagnosticClient to get rid of some fragile
Chris Lattner
2009-04-16
implement framework for -fdiagnostics-show-option, but tblgen isn't
Chris Lattner
2009-04-14
Change Lexer::MeasureTokenLength to take a LangOptions reference.
Chris Lattner
2009-03-13
implement a new -fprint-source-range-info option, which
Chris Lattner
2009-03-10
Extend the notion of active template instantiations to include the
Douglas Gregor
2009-03-02
Normalize .h guards.
Daniel Dunbar
2009-03-02
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
Daniel Dunbar