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
/
AST
/
ASTDiagnostic.h
Age
Commit message (
Expand
)
Author
2012-02-22
More ArrayRef-ification of methods.
Bill Wendling
2012-02-09
Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...
Benjamin Kramer
2011-09-29
Basic/Diagnostics: Split out the default warning "no-Werror" and
Daniel Dunbar
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-11
Apply patch from Richard Trieu to fix PR9548:
Chandler Carruth
2011-04-15
Initial work to improve documentation for Clang's diagnostics, from Matthieu ...
Douglas Gregor
2011-01-27
Separate the access-control diagnostics from other diagnostics that do not ha...
Douglas Gregor
2010-05-04
add the ability to associate 'category' names with diagnostics
Chris Lattner
2010-02-09
Move the diagnostic argument formatting function out of Sema and make
Douglas Gregor
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-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