[PATCH] D136355: [clang][Sema] Fix caret position to be on the non null parameter
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 21 10:47:49 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from a tiny grammar nit. Thank you for the fix! If you'd like me to commit this on your behalf, I can fix up the release note myself when landing, but please let me know what name and email address you'd like me to use for patch attribution.
================
Comment at: clang/docs/ReleaseNotes.rst:328
out-of-bounds.
+- Clang now correctly point to the problematic parameter for the ``-Wnonnull``
+ warning.
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136355/new/
https://reviews.llvm.org/D136355
More information about the cfe-commits
mailing list