Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

irony process stopped #515

Open pilgrim333 opened 5 years ago

pilgrim333 commented 5 years ago

Hi,

when I edit a C or C++ file, I'm getting the "irony process stopped" error and this is what I get when I cat the log:

$ cat c:/Users/linhp/AppData/Local/Temp/irony.2018-12-24_22h-43m-32s.log error: invalid number of arguments for 'complete' (requires 3 got 4)

I am using MSys2 (with mingw64) and emacs 25.2.1 and irony-server version 0.2.0-cvs4 clang version 7.0.1

Any ideas what could be causing this error?

Thanks.