aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticSemaKinds.td
AgeCommit message (Expand)Author
2019-05-06[OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.Alexey Bataev
2019-05-06Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg
2019-05-06P1286R2: Remove restriction that the exception specification of aRichard Smith
2019-05-06[c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith
2019-05-04[clang] adding explicit(bool) from c++2aNicolas Lesser
2019-05-03Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...Nico Weber
2019-05-02[Sema] Emit warning for visibility attribute on internal-linkage declarationScott Linder
2019-04-26[AArch64] Add support for MTE intrinsicsJaved Absar
2019-04-26[OPENMP]Added check for non-random access types for the dependent loopAlexey Bataev
2019-04-26[MinGW] Fix dllexport of explicit template instantiationMartin Storsjo
2019-04-26Add missing diagnostic for explicit instantiation declarations namingRichard Smith
2019-04-25[OPENMP] Improved check for the linear dependency in the non-rectangularAlexey Bataev
2019-04-24[OPENMP]Initial support for non-rectangular loop nest.Alexey Bataev
2019-04-24Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov
2019-04-23Improve -Wuninitialized warning under ARC for block variables that areAkira Hatanaka
2019-04-23C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith
2019-04-22[c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith
2019-04-18[c++2a] Add semantic support for private module fragments.Richard Smith
2019-04-18[OpenMP] Add checks for requires and target directives.Gheorghe-Teodor Bercea
2019-04-18[c++2a] Improve diagnostic for use of declaration from another TU'sRichard Smith
2019-04-14[c++20] Parsing support for module-declarations, import-declarations,Richard Smith
2019-04-01[OPENMP]Allocate clause allocator in target region.Alexey Bataev
2019-04-01[OPENMP] Check that allocated variables are used in private clauses.Alexey Bataev
2019-03-28[OPENMP]Add check for undefined behavior with thread allocators onAlexey Bataev
2019-03-25[MS] Add frontend support for __declspec(allocator)Reid Kleckner
2019-03-25Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak
2019-03-22Revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak
2019-03-22[OPENMP]Emit error message for allocate directive without allocatorAlexey Bataev
2019-03-21Permit redeclarations of a builtin to specify calling convention.Erich Keane
2019-03-20[Sema] Deduplicate some availability checking logicErik Pilkington
2019-03-19[OPENMP]Warn if the different allocator is used for the variable.Alexey Bataev
2019-03-19[OPENMP]Check that global vars require predefined allocator.Alexey Bataev
2019-03-18[Sema] Add some compile time _FORTIFY_SOURCE diagnosticsErik Pilkington
2019-03-15[coroutines][PR40978] Emit error for co_yield within catch blockBrian Gesiak
2019-03-13Revert "Add a new attribute, fortify_stdlib"Erik Pilkington
2019-03-12[OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev
2019-03-08[ObjC] Emit a boxed expression as a compile-time constant if theAkira Hatanaka
2019-03-07[Sema] Change addr space diagnostics in casts to follow C++ style.Anastasia Stulova
2019-02-21[attributes] Add an attribute for server routines in Mach kernel and extensions.Artem Dergachev
2019-02-19[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse
2019-02-13[Sema] Delay checking whether objc_designated_initializer is being applied to...Erik Pilkington
2019-02-12Renaming yet another diagnostic to not conflict; NFC.Aaron Ballman
2019-02-12Renaming this diagnostic to not conflict with another; NFC.Aaron Ballman
2019-02-12Fixing a typo; NFC.Aaron Ballman
2019-02-11Add a new attribute, fortify_stdlibErik Pilkington
2019-02-07[Sema][ObjC] Disallow non-trivial C struct fields in unions.Akira Hatanaka
2019-02-02[Sema][ObjC] Allow declaring ObjC pointer members with non-trivialAkira Hatanaka
2019-02-01Improve diagnostic to tell you a type is incomplete.Eric Fiselier
2019-02-01[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse
2019-01-31[CUDA] add support for the new kernel launch API in CUDA-9.2+.Artem Belevich