[PATCH] D142799: [Clang] Fix unconditional access to Attr pointer when checking if _Nullable is applicable to a type

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 30 11:05:39 PST 2023


gribozavr2 accepted this revision.
gribozavr2 added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:60
   `Issue 59446 <https://github.com/llvm/llvm-project/issues/59446>`_.
+- Fix crash when diagnosing incorrect usage of _Nullable involing alias
+  templates. This fixes
----------------



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142799/new/

https://reviews.llvm.org/D142799



More information about the cfe-commits mailing list