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-05-21
Reverting r182337, which merged r182266, __declspec(selectany)
Reid Kleckner
2013-05-21
Merging r182266:
Bill Wendling
2013-05-06
Grab-bag of bit-field fixes:
John McCall
2013-05-06
Require the containing type to be complete when we see
John McCall
2013-05-04
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-04
Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagno...
Richard Smith
2013-05-04
Separate out and special-case the diagnostic for 'auto' in a
Richard Smith
2013-05-03
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-04-30
Place bitfield -Wconstant-conversion warning into subgroup called -Wbitfield-...
Ted Kremenek
2013-04-26
Implement C++1y decltype(auto).
Richard Smith
2013-04-24
Objective-C arc: Improve disgnostics when 'weak'
Fariborz Jahanian
2013-04-24
Add test case for -Wdeprecated-objc-pointer-introspection, and
Ted Kremenek
2013-04-22
Add a warning for Objective-C pointer introspection, which is solely the job ...
Ted Kremenek
2013-04-22
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-21
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-20
Disable VLA diagnostic in C++1y mode, and add some tests.
Richard Smith
2013-04-17
DR974: Lambdas can have default arguments.
Richard Smith
2013-04-17
Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-14
Diagnose if a __thread or _Thread_local variable has a non-constant initializer
Richard Smith
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-12
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-08
Fix PR15634, better error message for template deduction failure.
Richard Trieu
2013-04-08
<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...
Douglas Gregor
2013-04-05
When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add
Richard Trieu
2013-04-05
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-04
Revert 178811 until I fix the unit tests.
Tanya Lattner
2013-04-04
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-03
Complain about attempts to befriend declarations via a using
John McCall
2013-04-02
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2013-03-29
Sema: Warn on sizeof on binary ops on decayed arrays.
Benjamin Kramer
2013-03-29
Revert r178273 as it broke the Linux bootstrap due to false positives
Timur Iskhodzhanov
2013-03-28
Implemented a warning when an input several bitwise operations are
Sam Panzer
2013-03-28
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-27
Fixes a typo in my last patch.
Fariborz Jahanian
2013-03-27
Objective-C: Issue more precise warning when user
Fariborz Jahanian
2013-03-27
Split "incomplete implementation" warnings for ObjC into separate warnings.
Ted Kremenek
2013-03-25
Emit an error message instead of crashing when dereferencing an incomplete po...
Bill Wendling
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
Warn about attempts to reinterpret_cast between two types that are
John McCall
2013-03-21
Fix a typo.
Bob Wilson
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-18
Diagnose uses of 'alignof' on functions in -pedantic mode.
Richard Smith
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-18
Bring inheriting constructor implementation up-to-date with current defect
Richard Smith
2013-03-16
Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
2013-03-14
Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
2013-03-14
Add support for the 'endian' attribute for OpenCL.
Joey Gouly
2013-03-12
Objective-C: Issue warning in couple of obscure cases
Fariborz Jahanian
[next]