[PATCH] D123655: [clang-tidy] Add portability-std-allocator-const-t check
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 13 10:54:06 PDT 2022
ldionne added a comment.
In D123655#3448472 <https://reviews.llvm.org/D123655#3448472>, @Eugene.Zelenko wrote:
> Shouldn't this check be enabled only when libstdc++ is used?
No, because we would like to enforce this in libc++ as well!
Thanks @MaskRay for pursuing this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123655/new/
https://reviews.llvm.org/D123655
More information about the cfe-commits
mailing list