irony-mode
irony-mode copied to clipboard
Is is possible to change compilation options dynamically using elisp?
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.