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
/
DiagnosticSemaKinds.td
Age
Commit message (
Expand
)
Author
2011-12-20
Let the KNR promotion warning be disabled.
Roman Divacky
2011-12-20
When performing name lookup for a redeclaration, ignore module
Douglas Gregor
2011-12-17
Remove a non-gcc-compatible extension that would apply attributes on declarat...
Eli Friedman
2011-12-15
objc: do not auto synthesize properties declared in
Fariborz Jahanian
2011-12-13
Make the diagnostic message more consistant. Update the type comparison to
Richard Trieu
2011-12-13
objc: diagnose duplicate declaration of methods
Fariborz Jahanian
2011-12-13
Tweak ARC diagnostic categories and rename 'Automatic Reference Counting Issu...
Ted Kremenek
2011-12-13
Disallow decltype in qualified declarator-ids.
David Blaikie
2011-12-13
Add checks and diagnostics for many of the cases which C++11 considers to not
Richard Smith
2011-12-12
objc-arc: better diagnostic when block is declared
Fariborz Jahanian
2011-12-09
Add notes for suppressing and (if it's a zero-arg function returning bool) fi...
David Blaikie
2011-12-09
objc-arc: diagnose synthesis of a 'weak unavailable' property.
Fariborz Jahanian
2011-12-09
Provide a separate warning for weak vtables in explicit template instantiatio...
David Blaikie
2011-12-06
Suggest typo corrections for implicit function declarations.
Hans Wennborg
2011-12-06
Extend warnings for missing '@end'.
Erik Verbruggen
2011-12-06
objc: put out more coherent warning when method definition
Fariborz Jahanian
2011-12-05
Add a warning for implicit conversion from function literals (and static
Lang Hames
2011-12-04
Support decltype in nested-name-specifiers.
David Blaikie
2011-12-03
If block literal return type is not specified, return type of the block is
Fariborz Jahanian
2011-11-29
Place "use @dynamic or provide a method implementation" warnings under a -W f...
Ted Kremenek
2011-11-29
objc: warn if NSObject attribute appears other than in a typedef.
Fariborz Jahanian
2011-11-28
objc: turn warning for property type mismatch in
Fariborz Jahanian
2011-11-27
Reference initialization with initializer lists.
Sebastian Redl
2011-11-24
Wordsmith the -Warray-bounds diagnostic text a bit
Matt Beaumont-Gay
2011-11-23
Add feature to diagnostics that will provide more information on function
Richard Trieu
2011-11-21
Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same
Richard Smith
2011-11-17
Include named unions in union member init checking
David Blaikie
2011-11-15
Add -Wmismatched-method-attributes flag for when attributes in method definit...
Fariborz Jahanian
2011-11-14
Use Sema::RequireCompleteType to check for the completeness of
Douglas Gregor
2011-11-14
ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://p...
Ted Kremenek
2011-11-13
Fix the signature of the getcontext builtin. Patch by Dimitry Andric.
Rafael Espindola
2011-11-11
Extend -Wno-bind-to-temporary-copy and -Wno-{unnamed,local}-type-template-args
Richard Smith
2011-11-09
Put ext_offsetof_extended_field_designator under the warning flag
Douglas Gregor
2011-11-07
constexpr: static data members declared constexpr are required to have an
Richard Smith
2011-11-01
objc: warn if a readonly property has a setter attribute too.
Fariborz Jahanian
2011-11-01
Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of ...
Ted Kremenek
2011-10-31
Improve text of a diagnostic.
Fariborz Jahanian
2011-10-29
objc-arc: desugar certain type and improve on diagnostic for
Fariborz Jahanian
2011-10-28
objective-c arc: type-casting of an objc pointer to
Fariborz Jahanian
2011-10-28
Fix for PR9751 to change the behavior of -Wformat warnings. If the format
Richard Trieu
2011-10-25
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
Introduce a placeholder type for "pseudo object"
John McCall
2011-10-25
Check for unexpanded parameter packs in the name that guards a
Douglas Gregor
2011-10-25
Make the -Wc++11-compat warnings ignored by default, so we don't break
Douglas Gregor
2011-10-21
Thread safety analysis refactoring: invalid lock expressions.
DeLesley Hutchins
2011-10-20
Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD
Richard Smith
2011-10-20
Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...
Ted Kremenek
2011-10-20
Add -Wc++98-compat warning for enumerations in nested name specifiers.
Richard Smith
2011-10-19
-Wc++98-compat: warn on nontrivial types used in unions and anonymous structs.
Richard Smith
[next]