[PATCH] D71186: Reland "[AST] Traverse the class type loc inside the member type loc.""
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 9 02:21:25 PST 2019
hokein marked 2 inline comments as done.
hokein added inline comments.
================
Comment at: clang/unittests/Tooling/RecursiveASTVisitorTests/MemberPointerTypeLoc.cpp:50
+ EXPECT_FALSE(Visitor.runOver(R"cpp(
+ class a(b(a::*)) class
+ )cpp"));
----------------
ilya-biryukov wrote:
> Could you add a comment explaining what this is testing?
>
> Is this the case that does not have `TypeSourceInfo`?
Yes, exactly.
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