[PATCH] D36998: [AST] Traverse templates in LexicallyOrderedRecursiveASTVisitor
Johannes Altmanninger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 25 02:56:55 PDT 2017
johannes added inline comments.
================
Comment at: unittests/Tooling/LexicallyOrderedRecursiveASTVisitorTest.cpp:146
+ DummyMatchVisitor Visitor;
+ Visitor.ExpectMatch("/f/T", 2, 11);
+ Visitor.ExpectMatch("/f/f/", 2, 20);
----------------
This test also works before the change; what is the best way to enforce an ordering here?
https://reviews.llvm.org/D36998
More information about the cfe-commits
mailing list