[PATCH] D113422: [clang-tidy][NFC] Move CachedGlobList to GlobList.h

Salman Javed via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 3 14:31:38 PST 2021


salman-javed-nz accepted this revision.
salman-javed-nz added a comment.
This revision is now accepted and ready to land.

LGTM. The use of `mutable` with public inheritence is all over the clang-tools-extra code. See `class SwapIndex : public SymbolIndex`.


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

https://reviews.llvm.org/D113422



More information about the cfe-commits mailing list