[PATCH] D118922: [ASTMatchers] The `isInline` matcher now accepts inline variables

Evgeny Shulgin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 3 09:24:50 PST 2022


Izaron added a comment.

I am planning to reuse this matcher in my new checker (https://reviews.llvm.org/D118743, under development now), removing this line:

  AST_MATCHER(VarDecl, isVarInline) { return Node.isInline(); }

//P.S. If this review is eventually approved, kindly please merge the commit on my behalf =) As I don't have merge access. My name is Evgeny Shulgin and email is izaronplatz at gmail.com. Sorry for inconvenience!//


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118922



More information about the cfe-commits mailing list