[PATCH] D123655: [clang-tidy] Add portability-std-allocator-const check

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 14 06:31:58 PDT 2022


sammccall added a comment.

Thanks Nico!

@MaskRay my guess is this is related to implicit -fdelayed-template-parsing on windows, which causes non-instantiated templates not really to be parsed.
If that's the case, best just to add -fno-delayed-template-parsing to the test and accept that these cases will be missed on windows.


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