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
2013-03-09
Remove unused diagnostic.
Benjamin Kramer
2013-03-08
Add support for the OpenCL attribute 'vec_type_hint'.
Joey Gouly
2013-03-05
Add quotation marks to template names in diagnostics.
David Blaikie
2013-02-26
Fix assertion failure when a field is given an address space.
Matt Arsenault
2013-02-22
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of
Richard Smith
2013-02-22
objective-C arc: Diagnostic can not say to use bridge
Fariborz Jahanian
2013-02-21
Fix typo 'with with' in diagnostic.
Richard Smith
2013-02-21
Teach serialized diagnostics about notes without locations.
Ted Kremenek
2013-02-20
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-19
PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
2013-02-12
Diagnose loads of 'half' l-values in OpenCL.
John McCall
2013-02-10
objective-C: Fixes a bogus warning due to not setting
Fariborz Jahanian
2013-02-09
QoI: -Wreadonly-iboutlet-property should have the warning's location on the p...
Ted Kremenek
2013-02-07
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-02
PR15132: Replace "address expression must be an lvalue or a function
Richard Smith
2013-02-01
Fix diagnostic for bad alignas use: it can't be applied to functions.
Richard Smith
2013-02-01
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-02-01
Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Richard Smith
2013-01-31
Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
2013-01-31
Replace "failed template argument deduction" diagnostic with something useful
Richard Smith
2013-01-31
Clarify the diagnostic for -Wnested-anon-types.
Richard Smith
2013-01-30
Add OpenCL error that a kernel function must have void return type. Includes ...
Tanya Lattner
2013-01-30
Provide a fixit for constexpr non-static data members.
David Blaikie
2013-01-29
Move -Wstatic-float-init fixit into a note & don't recover as if constexpr
David Blaikie
2013-01-29
Add a diagnostic for an OpenCL kernel with a pointer pointer argument.
Joey Gouly
2013-01-29
Downgrade 'attribute ignored when parsing type' from error to warning, to match
Richard Smith
2013-01-29
Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.
Richard Smith
2013-01-28
Finish semantic analysis for [[carries_dependency]] attribute.
Richard Smith
2013-01-28
Undo my re-wording of the "ARC forbids Objective-C objects in ..."
Douglas Gregor
2013-01-28
Forbid the use of objects in unions in Objective-C++ ARC. Fixes
Douglas Gregor
2013-01-28
Add a -pedantic warning: an anonymous union within an anonymous union is not
Richard Smith
2013-01-25
Add missing InGroup for this warning.
Nick Lewycky
2013-01-25
Sync 'in class initialization of static const double' extension up with GCC,
Richard Smith
2013-01-24
Patch to check for integer overflow. It has been
Fariborz Jahanian
2013-01-24
[ms-inline asm] Add an error when trying to compile MS-style inline assembly
Chad Rosier
2013-01-24
Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclar...
Nick Lewycky
2013-01-23
Implement -Wvla correctly
Dmitri Gribenko
2013-01-23
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-22
Split "discards qualifiers" warnings of -Wincompatible-pointer-types into sub...
Ted Kremenek
2013-01-21
Add a fixit for _Noreturn main,
Dmitri Gribenko
2013-01-20
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-19
Reapply r172878 with test case.
Ted Kremenek
2013-01-19
Revert r172878, "Reword warning about using a *static* variable within its ow...
NAKAMURA Takumi
2013-01-19
Reword warning about using a *static* variable within its own initialization.
Ted Kremenek
2013-01-17
In Objective-C ARC, completely ignore ownership qualifiers on the
Douglas Gregor
2013-01-17
Parsing support for C11's _Noreturn keyword. No semantics yet.
Richard Smith
2013-01-17
Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...
Joey Gouly
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
[prev]
[next]