rjd324
rjd324
@mambolevis Hi, this is without -std=c++11 I still get the same issue. I have not played around with it for very long so I will see what happens tomorrow. It...
Okay the problem has been solved. @Sarcasm Firstly, the source of the issue is due to our method of building at work. Basically, the source code includes a header file...
> @Sarcasm > I modify my emacs_Shell.bat to call environment variables msvc x64, then, I run clang-cl.exe -v -o out main.cpp -o main.exe and the result is: > > clang-cl.exe...
@Sarcasm How can I change the parameters to clang-cl.exe ? It seems to be hardcoded to use -fsm-extention=18. But, I need to change it to 19. More testing is necessary...
@mambolevis Hi, I have no access interactive or not to irony-server-install-prefix. > I made just the following steps: > > ``` > Download LLVM-3.7.1-win64.exe binaries > Build irony-server.exe with cmake...
@mambolevis I just love the simplicity of Unix-like and good old Makefiles. Can you tell me step-by-step how to build irony mode 64 bit using MSVC2015 using the GUI please?...
Have you added the location to your "libclang.dll" into the %PATH% variable?
I can confirm that I have seen this issue too. Perhaps if one of us pass in the -d flag to irony it would help - and report the log...
I can add that sometimes I have found a completion window that has all of the non-relevant completions DUE to the fact that there is an error in code. For...
In the context of my setup this list of obscure and non-relevant completions occurs when Clang goes off to do its thing and throws the following in the log file:...