[PATCH] D111548: [Clang] Add the `annotate_type` attribute
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 29 12:54:03 PDT 2022
xbolva00 added a comment.
>> The intent is to allow adding arbitrary annotations to types for use in static analysis tools
This patch should not land until we see some real use cases to justify new hundreds of lines of code. We should more careful and take maintanence cost really into account and not merge every experimental cool research extensions automatically.
Please answer points in “ Contributing Extensions to Clang “
https://clang.llvm.org/get_involved.html
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