[PATCH] D131390: [clang-tidy] Fix a regression of readability-container-size-empty after the AST ElaboratedType change.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 8 04:42:27 PDT 2022


ymandel accepted this revision.
ymandel added a comment.
This revision is now accepted and ready to land.

Thanks! It makes me a little sad that `QualType` has both `isIntegerType` and `isIntegralType`.  Nice spotting that difference!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131390



More information about the cfe-commits mailing list