-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bizarre failure to complete #14
Comments
It's not the failure that is bizarre but your code :)
Changing the code to |
Thanks for your prompt answer. Highly appreciated. So first how can I display such diagnostics? Then is that a feature or a deficiency? I mean, first this is autocompletion, not a validation tool. And then if validation we want on the top of autocompletion, then silently failing to complete is not the best idea, is it? Some feedback seems in order, doesn’t it? But I may have missed how to enable such feedback. Best wishes, Luc |
https://github.com/Sarcasm/flycheck-irony
It's expected behavior. libclang is backed by a real compiler, if you provide semantically incorrect information the completion may not work. |
I have a file
foo.h
:and a file
foo.cpp
:No completion appear after
xs.
but they do appear afterxs1->
andxs2.
!!!This is with company-irony 20150810.239 and irony 20150831.144.
The text was updated successfully, but these errors were encountered: