[PATCH] D111548: [Clang] Add the `annotate_type` attribute
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 14 05:32:15 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, thank you for this! I did find one small formatting issue in the release notes, but you can fix that up when landing.
================
Comment at: clang/docs/ReleaseNotes.rst:349
+- Added the `clang::annotate_type` attribute, which can be used to add
+ annotations to types (see documentation for details).
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111548/new/
https://reviews.llvm.org/D111548
More information about the cfe-commits
mailing list