irony-mode icon indicating copy to clipboard operation
irony-mode copied to clipboard

Is is possible to change compilation options dynamically using elisp?

Open kangjianbin opened this issue 7 years ago • 0 comments

For example, if there is a .clang_complete.el file in current directory or parent directy, irony calls some function defined in this file first. The function will return a list contains of compilation parameters and a status indicates irony need to continue to search parent directory or not. ycmd has the feature, though it uses python as extension language.

kangjianbin avatar Jun 23 '17 05:06 kangjianbin