rjd324
rjd324
Another really important thing to remember is the version of LHA you are running on your non-Amiga machine; in my case some ancient x86_64 running Ubuntu 20. The version of...
I have the need to reparse sometimes too. I just set up a standard emacs timer to call `irony-parse-buffer-async` every few minutes **iff** I am in a relevant cpp/project file.
Are you still having issues with this? Have you tried loading vsvarsall.bat so that emacs can get hold of all the environment variables? Can you ensure that irony-server.exe starts when...
I have been using irony/clang for a long time with Windows/Visual Studio now and I do not have problems. I know this post was made a long time ago, but...
Hi, Yes I do use Windows since our hands are tied to do so at work. I use GNU/Linux at home. This - in a way - is handy since...
When I had time at the office I ttried opening up a CMD windows. I then ran vcvarsall.bat for amd64. Sure, this sets all the environment like the INCLUDE variables....
@Sarcasm That looks very useful. I can only try at work next week. How does the invocation of clang-cl work in relation to completions in a buffer with irony-mode minor?...
For unique pointer you have included `` . I think you need to set -std=c++11 in clang complete also.
Included 《memory》 **
[Interesting. I am getting the same assertion failure regardless. ``` clang++.exe -v clang version 3.7.1 (tags/RELEASE_371/final) Target: i686-pc-windows-gnu Thread model: posix ``` Here are my steps to test this (Windows...