[PATCH] D20369: [ASTMatcher] Fix a ASTMatcher test failure on Windows.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 08:18:33 PDT 2016


hokein added a comment.

In http://reviews.llvm.org/D20369#433141, @thakis wrote:

>   Maybe you could change Matcher.UnresolvedLookupExpr to call bar() from a new function foo() so that it gets instantiated?


This will break the intention of the testcase. We don't want the function get instantiated here. Update the code now only restrict `-fno-delayed-template-parsing` in this test.


http://reviews.llvm.org/D20369





More information about the cfe-commits mailing list