[PATCH] D71186: Reland "[AST] Traverse the class type loc inside the member type loc.""

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 9 02:12:27 PST 2019


ilya-biryukov accepted this revision.
ilya-biryukov added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/unittests/Tooling/RecursiveASTVisitorTests/MemberPointerTypeLoc.cpp:50
+  EXPECT_FALSE(Visitor.runOver(R"cpp(
+     class a(b(a::*)) class
+  )cpp"));
----------------
Could you add a comment explaining what this is testing?

Is this the case that does not have `TypeSourceInfo`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71186





More information about the cfe-commits mailing list