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

README: Add section about how to access newer versions of Clang/LLVM #552

Closed sten0 closed 4 years ago

sten0 commented 4 years ago

Hi @Sarcasm,

The motivation for this PR is to document the best methods for Debian (and derivatives) users to use irony-mode with a newer version of Clang, both the officially supported and unsupported method. I discussed #543 with the Sylvestre Ledru, and he recommends these users use his LLVM nightly repository, in case the stable version provided in backports wasn't new enough. If you'd prefer not to merge it I'd be happy to maintain a patch against the Debian (and derivatives) package. Please let me know if you prefer differently styled formatting, or feel free to make modification.

Cheers, Nicholas

Sarcasm commented 4 years ago

LGTM, thanks!