Sarcasm / irony-mode

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

Not sure if libclang is correctly working #365

Closed Red-Portal closed 7 years ago

Red-Portal commented 7 years ago

Hi, I'm currently having a problem with completion

image

Using company-irony outputs these messages

image

This is the irony-server commands. Is it natural for the diagnostics command to output nothing?

image

This is the file I'm testing everything. Flycheck works like a charm but company doesn't work.

Is it just a problem of speed?

Sarcasm commented 7 years ago

For completion, the errors you have are from company-clang, not company-irony. What happens if you invoke M-x company-irony RET directly?

Red-Portal commented 7 years ago

Oh that was the problem. Works like a charm now Thanks!