[PATCH] D50171: [python] [tests] Update test_code_completion

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 11 02:16:37 PDT 2018


ilya-biryukov added a comment.

Also can't explain why `const` and `volatile` have a different priority now.
The `P::` and `Q::` seem to be completely different completion items from `P` and `Q` (wildly different priorities suggest they're not the same), can't explain what caused the first ones not being added anymore.

Happy to LGTM to unbreak tests, but won't have time to dig up the commits that introduced these changes.

PS Could you upload the diff with full context?


Repository:
  rC Clang

https://reviews.llvm.org/D50171





More information about the cfe-commits mailing list