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
/
Basic
/
Diagnostic.cpp
Age
Commit message (
Expand
)
Author
2008-11-27
Fix order of evaluation.
Sebastian Redl
2008-11-23
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-23
add support for inserting a DeclarationName into a diagnostic directly
Chris Lattner
2008-11-23
Genericize the qualtype formating callback to support any diag argument.
Chris Lattner
2008-11-23
Add support for sending QualType's directly into diags and convert two
Chris Lattner
2008-11-22
Implement a %plural modifier for complex plural forms in diagnostics. Use it ...
Sebastian Redl
2008-11-22
Split the DiagnosticInfo class into two disjoint classes:
Chris Lattner
2008-11-21
Add the concept of "modifiers" to the clang diagnostic format
Chris Lattner
2008-11-19
Allow sending IdentifierInfo*'s into Diagnostics without turning them into st...
Chris Lattner
2008-11-19
add direct support for signed and unsigned integer arguments to diagnostics.
Chris Lattner
2008-11-19
rewrite FormatDiagnostic to be less gross and a lot more efficient.
Chris Lattner
2008-11-19
implement a transparent optimization with the diagnostics stuff:
Chris Lattner
2008-11-18
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-11-16
Fix PR3077: tokens that come from macro expansions whose macro was
Chris Lattner
2008-10-17
fix rdar://6288301: custom warnings don't respect -Werror.
Chris Lattner
2008-09-12
Add --suppress-system-warnings (on by default, use =0 to disable)
Daniel Dunbar
2008-08-10
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
Nico Weber
2008-08-07
Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticC...
Ted Kremenek
2008-08-05
Add EXTWARN Diagnostic class.
Daniel Dunbar
2008-05-29
Implement support for -w, which silences all warnings. PR2384.
Chris Lattner
2008-04-14
Fix regression in Diagnostic that caused it to not register the number
Ted Kremenek
2008-04-14
Only increment the number of diagnostics when the DiagnosticClient used
Ted Kremenek
2008-03-31
Added variation of the "Report" method in the class Diagnostic that takes
Ted Kremenek
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
[prev]