[PATCH] D20369: [ASTMatcher] Fix a ASTMatcher test failure on Windows.
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Wed May 18 08:19:22 PDT 2016
thakis added inline comments.
================
Comment at: unittests/ASTMatchers/ASTMatchersNodeTest.cpp:187
@@ +186,3 @@
+ "}",
+ unresolvedLookupExpr(), true,
+ "-fno-delayed-template-parsing"));
----------------
Doesn't referencing `bar()` after it's defined help too? If not, this is cool too -- maybe add a `/*ExpectMatch=*/` in front of `true` so it's clear what the true means.
http://reviews.llvm.org/D20369
More information about the cfe-commits
mailing list