[PATCH] D63929: [clang-tidy] - Introduce abseil-prefixed-thread-annotations check.

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 28 06:55:12 PDT 2019


lebedev.ri added a comment.

I have the same observation as with googletest patch (D62977 <https://reviews.llvm.org/D62977>),
and i'd guess this applies to all these clang-tidy abseil checks (meaning the existing ones are all equally broken):
there is no checking that the new macro actually exists.


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D63929





More information about the cfe-commits mailing list