-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange items at namespace scope #173
Comments
I cannot reproduce with releases.llvm.org clang 6.0.1 + latest coc.nvim Actually I think this might be an issue some days ago (completion items were not sorted, thus non-deterministic), but master doesn't have that problem. |
Well sad, I cannot reproduce with clang 7.0.1 + ccls 0.20181111.1 + latest ccls.nvim either, but with clang 7.0.1 + ccls master ( |
Notice, I didn't use the " |
I also tried releases.llvm.org clang 7.0.0 + latest coc.nvim but cannot reproduce. I type Can you dump the |
@MaskRay before I send you that, please try this first. I noticed the issue doesn't happen without my
If I remove the |
Thanks! This is important. I think these The 0.20181111.1 release does not report these because the |
Nice fixed. |
The last release doesn't present this issue, but master does. Just after
std::
I'm getting all items looking like constructors:After one more char, it's back to normal:
The text was updated successfully, but these errors were encountered: