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
/
Driver
/
DriverDiagnostic.h
Age
Commit message (
Expand
)
Author
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-06-14
Update LLVM.
Douglas Gregor
2009-04-16
tblgen is now passing diagnostic group information in the .inc file, ignore i...
Chris Lattner
2009-04-15
Tblgen now passes the default mapping explicitly, instead of having it
Chris Lattner
2009-03-19
Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i...
Sebastian Redl
2009-03-14
Revert the switch to the tablegen diags. It fails for seperate objdir builds ...
Sebastian Redl
2009-03-14
Switch diagnostics from .def to tablegen files. Please validate the Windows b...
Sebastian Redl
2009-03-12
Driver: Use standard Diagnostic interface for diagnostics.
Daniel Dunbar
2009-01-29
remove two empty files
Chris Lattner
2009-01-29
next round of diagnostics cleanups, moving some
Chris Lattner
2009-01-29
Fix -Wimplicit-function-declaration, which required some refactoring and
Chris Lattner
2009-01-29
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner