[PATCH] D78561: [NFC] Improve Debugging experience with SmallVector

Tyker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 21 10:38:16 PDT 2022


Tyker abandoned this revision.
Tyker added a comment.
Herald added a project: All.

for the case of SmallVector it is as easy as adding a few used
But for many containers adding used attribute may cause previously new failure because the function annotated cannot be instantiated.


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

https://reviews.llvm.org/D78561



More information about the llvm-commits mailing list