[PATCH] D53719: [clang-tidy] UppercaseLiteralSuffixCheck: bugfix: don't cripple substNonTypeTemplateParmExpr

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 25 11:33:22 PDT 2018


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

> I'm basically asking "is the `unless(hasParent(substNonTypeTemplateParmExpr()))` fix correct? or is there something else i'm missing?"

Ah ok, I am not aware of another way, but not an expert on the AST either :)
LGTM


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53719





More information about the cfe-commits mailing list