irony-mode
irony-mode copied to clipboard
A C/C++ minor mode for Emacs powered by libclang
This PR adds the ability to disable irony-mode when editing files over tramp (to prevent errors when irony tries to access files over tramp). ```elisp (setq irony-disable-over-tramp t) ```
Attempting to install the irony server through M-x irony-install-server returns the following: ``` -*- mode: compilation; default-directory: "/var/folders/zq/7w9sl6hd41q3zczmbsym_fx00000gp/T/build-irony-server-1.4.0/" -*- Compilation started at Fri Nov 13 16:59:32 cmake -DCMAKE_INSTALL_PREFIX\=/Users/gavinhughes/.emacs.d/.local/etc/irony-server/ /Users/gavinhughes/.emacs.d/.local/straight/build-27.0.50/irony/server &&...
Hi, I've found that irony-cdb-autosetup-compile-options can be really slow when reading large JSON compilation databases. I noticed this when using irony-mode on llvm itself. Every time I open a new...
Hi When I tried to build the irony server I get the error below: CMake Error at /afs/sunrise.ericsson.se/se/app/vbuild/RHEL6-x86_64/cmake/3.7.2-1/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find LibClang (missing: LIBCLANG_LIBRARY LIBCLANG_INCLUDE_DIR) Call Stack (most recent...
Attempting to install the irony server through M-x irony-install server returns the following ``` -*- mode: compilation; default-directory: "/tmp/build-irony-server-1.3.1/" -*- Compilation started at Sun Sep 1 21:51:00 cmake -DCMAKE_INSTALL_PREFIX\=/home/kaetahr/.emacs.d/irony/ /home/kaetahr/.emacs.d/elpa/irony-20190703.1732/server...
OSX now has a default installation of `libclang` under `/Library/Developer/CommandLineTools/usr/lib` and it will be really useful if there were precompiled binaries available from your repo that linked to this version...
Hey Guillaume, I have read [wiki page](https://github.com/Sarcasm/irony-mode/wiki/Setting-up-irony-mode-on-Windows) and I have successfully installed irony-server, but I could not get it work as expected `emacs-version` : ``` GNU Emacs 25.3.1 (x86_64-w64-mingw32) of...
I was trying to run: cmake -G "MSYS Makefiles" .. To get the irony server, but it doesn't even get past msys2 gcc compiler validation... Am I missing something here?...
I have the following in my .emacs.d/init.el file, I would expect it will enable the Irony mode when I open my C++ file, but it's not. As a workaround for...