Re: r305022 - [ASTMatchers] Add clang-query support for equals matcher

2017-06-08 Thread Peter Wu via cfe-commits
Yes, mea culpa :( I forgot to rebuild after doing the final revision of the patch (in which two new tests were added). The failing tests are temporary disabled in r305025 until a proper fix is developed. Kind regards, Peter On Thu, Jun 08, 2017 at 03:58:01PM -0700, Kostya Serebryany wrote: > The

Re: r305022 - [ASTMatchers] Add clang-query support for equals matcher

2017-06-08 Thread Kostya Serebryany via cfe-commits
The test seems to be failing: llvm/tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp:533: Failure Value of: matches("double x = 1.2f;", DoubleStmt) Actual: false (Could not find match in "double x = 1.2f;") Expected: true On Thu, Jun 8, 2017 at 3:00 PM, Peter Wu via cfe-commits < cfe-c