Re: [clang-tools-extra] 76bd444 - Fix tests for clang-query completion

2020-11-23 Thread Aaron Ballman via cfe-commits
On Mon, Nov 23, 2020 at 10:34 AM Nico Weber via cfe-commits wrote: > > Thanks for fixing the tests, but didn't the tests point out a true regression > in clang-query functionality here? We removed the IgnoreImplicitCastsAndParentheses traversal mode (it was poorly supported and obviated by Ignor

Re: [clang-tools-extra] 76bd444 - Fix tests for clang-query completion

2020-11-23 Thread Nico Weber via cfe-commits
Thanks for fixing the tests, but didn't the tests point out a true regression in clang-query functionality here? On Mon, Nov 23, 2020 at 10:23 AM Stephen Kelly via cfe-commits < cfe-commits@lists.llvm.org> wrote: > > Author: Stephen Kelly > Date: 2020-11-23T15:23:13Z > New Revision: 76bde3619

[clang-tools-extra] 76bd444 - Fix tests for clang-query completion

2020-11-23 Thread Stephen Kelly via cfe-commits
Author: Stephen Kelly Date: 2020-11-23T15:23:13Z New Revision: 76bde36197465f1c72f4b6f1d59721012a59 URL: https://github.com/llvm/llvm-project/commit/76bde36197465f1c72f4b6f1d59721012a59 DIFF: https://github.com/llvm/llvm-project/commit/76bde36197465f1c72f4b6f1d59721012a59.diff LOG: