summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticSemaKinds.td
Commit message (Expand)AuthorAgeFilesLines
...
* Improve diagnosis of unknown template name.Richard Smith2017-05-101-0/+2
* When we see a '<' operator, check whether it's a probable typo for a template...Richard Smith2017-05-101-0/+9
* Reland "Warn about unused static file scope function template declarations."Vassil Vassilev2017-05-091-0/+2
* [OpenCL] Check that global samplers are constSven van Haastregt2017-05-081-0/+2
* Warn that the [] spelling of uuid(...) is deprecated.Nico Weber2017-05-051-0/+3
* Add a fix-it for -Wunguarded-availabilityAlex Lorenz2017-05-051-1/+2
* Introduce Wzero-as-null-pointer-constant.Nico Weber2017-05-051-0/+3
* Turn on -Wmicrosoft-enum-forward-reference by default.Nico Weber2017-05-041-1/+1
* Fix bugs checking va_start in lambdas and erroneous contextsReid Kleckner2017-05-041-1/+5
* Turn -Wmicrosoft-enum-value off by default.Nico Weber2017-05-041-1/+1
* Reusing an existing attribute diagnosticOren Ben Simhon2017-05-031-3/+0
* Simplify some va_start checking logicReid Kleckner2017-05-021-1/+1
* [Profile] Add off-by-default -Wprofile-instr-missing warningVedant Kumar2017-04-271-1/+6
* [X86] Support of no_caller_saved_registers attributeOren Ben Simhon2017-04-271-0/+3
* [ObjC] Disallow vector parameters and return values in Objective-C methodsAlex Lorenz2017-04-271-0/+4
* [modules ts] Diagnose 'export' declarations outside of a module interface.Richard Smith2017-04-241-1/+6
* P0629R0: Switch to latest proposal for distinguishing module interface from i...Richard Smith2017-04-211-2/+4
* [Sema][ObjC] Disallow jumping into ObjC fast enumeration loops.Akira Hatanaka2017-04-191-0/+2
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+19
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-19/+0
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+19
* [coroutines] Fix building of new/delete expressions when get_return_object_on...Eric Fiselier2017-04-181-1/+11
* Rename coroutine warning when unhandled_exception() is missingEric Fiselier2017-04-171-1/+1
* Revert r300504 - [coroutines] Fix rebuilding of implicit and dependent corout...Eric Fiselier2017-04-171-11/+1
* [coroutines] Fix rebuilding of implicit and dependent coroutine statements.Eric Fiselier2017-04-171-1/+11
* Revert r300420 - [coroutines] Fix building of new/delete expressions when get...Eric Fiselier2017-04-161-11/+1
* [coroutines] Fix building of new/delete expressions when get_return_object_on...Eric Fiselier2017-04-161-1/+11
* Sema: prevent __declspec(naked) use on x64Saleem Abdulrasool2017-04-071-1/+2
* Fix lambda to block conversion in C++17 by avoiding copy elision for theAlex Lorenz2017-04-061-2/+2
* [OpenCL] Extended diagnostics for atomic initializationEgor Churaev2017-04-051-3/+3
* Enhance -Wshadow to warn when shadowing typedefs or type aliasesAlex Lorenz2017-04-031-1/+3
* [coroutines] Handle get_return_object_on_allocation_failureGor Nishanov2017-03-271-0/+2
* Fix handling of initialization from parenthesized initializer list.Richard Smith2017-03-241-4/+5
* [coroutines] Implement unhandled_exception changes.Eric Fiselier2017-03-231-5/+5
* [OpenCL] Added diagnostic for checking length of vectorEgor Churaev2017-03-211-0/+2
* Warn on enum assignment to bitfields that can't fit all valuesReid Kleckner2017-03-141-0/+15
* [X86] Add checking of the scale argument to scatter/gather builtinsCraig Topper2017-03-131-0/+2
* [coroutines] Build and pass coroutine_handle to await_suspendGor Nishanov2017-03-091-3/+8
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-2/+6
* [coroutines] Improve diagnostics when building implicit constructs.Eric Fiselier2017-03-061-0/+2
* [Sema][ObjC] Warn about 'performSelector' calls with selectorsAlex Lorenz2017-03-061-0/+6
* Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz2017-03-011-1/+2
* Add warning for inconsistent overrides on destructor.Richard Trieu2017-03-011-0/+3
* Add context note to diagnostics that occur while declaring an implicit specia...Richard Smith2017-02-231-1/+8
* [OpenCL] Disallow blocks capture other blocks (v2.0, s6.12.5)Anastasia Stulova2017-02-161-0/+2
* [c++1z] Diagnose non-deducible template parameters in deduction guide templat...Richard Smith2017-02-161-1/+5
* [c++1z] Diagnose attempts to use variables with deduced class templateRichard Smith2017-02-101-2/+2
* [c++1z] Require an initializer for deduced class template specialization types.Richard Smith2017-02-101-1/+1
* [c++1z] Enforce restriction that deduction guide is declared in the same scop...Richard Smith2017-02-101-0/+2
* [c++1z] Disallow deduction guides with deduced types that don't syntactically...Richard Smith2017-02-101-0/+3