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
/
Basic
/
Diagnostic.td
Age
Commit message (
Expand
)
Author
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-02-09
Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...
Benjamin Kramer
2011-12-09
Separate the serialization library's diagnostics from the frontend's
Chandler Carruth
2011-09-29
Basic/Diagnostics: Split out the default warning "no-Werror" and
Daniel Dunbar
2011-04-21
Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.
Argyrios Kyrtzidis
2011-04-21
Have #pragma message not turn into error by -Werror, by default. Fixes rdar:/...
Argyrios Kyrtzidis
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-24
push categories forward a bit more: document them, add some
Chris Lattner
2010-05-04
add the ability to associate 'category' names with diagnostics
Chris Lattner
2009-06-14
Update LLVM.
Douglas Gregor
2009-04-16
other half of 69274
Chris Lattner
2009-04-16
add scafolding to represent heirarchical warnings, start with -Wall.
Chris Lattner
2009-04-15
add anonymous groups for all the warning command line flags that the clang
Chris Lattner
2009-04-15
add support for -Wextra and -W
Chris Lattner
2009-04-15
comment out IsGroup: tblgen isn't instantiating these dependent defs quite ri...
Chris Lattner
2009-04-15
fix a name shadowing problem in tblgen.
Chris Lattner
2009-04-15
use slightly more verbose to work around a tblgen bug for now.
Chris Lattner
2009-04-15
annotate diagnostics with which groups they belong to. Each
Chris Lattner
2009-04-15
now that we've decoupled diagnostic classes from default mappings,
Chris Lattner
2009-04-15
Make diagnostic class explicit in the diag record instead of
Chris Lattner
2009-04-15
make default diagnostic mapping more explicit in .td file.
Chris Lattner
2009-03-18
Add stub TableGen file for diagnostic options.
Ted Kremenek
2009-03-18
Refactor 'Warning', 'Extension', and 'ExtWarn' TableGen classes to subclass
Ted Kremenek
2009-03-14
Update tablegen diagnostic files to be in sync with the def files.
Sebastian Redl
2009-03-13
Include component warning TableGen files in Diagnostic.td.
Ted Kremenek
2009-03-04
The basic representation of diagnostics information in tablegen format, plus ...
Sebastian Redl