rjd324
rjd324
I will look into your questions in the near future. One thing that would help in this situation: I have noticed that I get all of these non-relevant completion candidates...
The best option - for me - would be to print the error text in the mini buffer (semantic/cedet does this I believe). This links in with #249 because not...
> How do you pass -d to irony? Let me know what you need me to do in order to get some logs over to you. I've been staying on...
I still have this issue in the back of my mind. I have set up what is needed to be able to attach a gdb session to the running irony...
What I do is periodically restart the server because at work this is the best thing to do for my set up. You can run a standard emacs timer and...
; create some timer - in this case, run after 3 seconds and only do this once for the session - hence the hacky global variable: (setq rjd-irony-reparse-timer 'nil) (defun...
Have either of you have a problem with "auto" in something like: ``` std::vector theVec = { "one", "two", "three" }; std::for_each( theVec.begin(), theVec.end(), [&]( auto& ref ) { if...
Sorry, I mean that for some reasons I do not get completions on 'ref.' It seems that clang does not know how to resolve the auto type. So, 'ref.' should...
Thanks. I still cannot get completion on "ref" with c++1z, I will have to look into this a little later though.
So when emacs starts the irony-server we must run set-debug once before incoming completions as opposed to just instantiating the server with the -d flag (which you _can_ still do,...