gribozavr2 accepted this revision.
gribozavr2 added inline comments.

================
Comment at: clang/unittests/AST/SourceLocationTest.cpp:856
+
+  auto *D = selectFirst<VarDecl>("vd", match(varDecl().bind("vd"), Ctx));
+  ASSERT_TRUE(D != nullptr);
----------------
s/D/VD/? (for VarDecl)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76061



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to