mambolevis

Results 24 comments of mambolevis

Ok, good news. Questions: 1. Did you build the whole LLMV? 2. Where can I get LLMV latest version (the CVS source code) ? I am not quite sure if...

Thank you. Changing a little bit the topic. How do you detect when a .cpp or .h file is loaded in order to set up, for instance, the appropriated .clang_complete...

`I'm not sure to understand the question ` When a C++ buffer is opened, I search and read its associated `.clang_complete` to extract the paths where the headers are located....

I checked my function today and I'm already using the `c++-mode-hook` . I commented `;;(add-hook 'change-major-mode-hook #'module-headers)` ``` (add-hook 'c-mode-hook #'module-headers) (add-hook 'c++-mode-hook #'module-headers) ;;(add-hook 'change-major-mode-hook #'module-headers) ``` Let me...

The function bellow. I'm not a lisp expert as you can see. Please, let me know if I can improve it. ``` (defun module-headers () "Setup 'company-c-headers-path-user." ;;(message (format "%s"...

Thank you for your feedback. I will test both tomorrow. Now I am using my tablet. What do you use for header completion?

I tested both options and the first one, `company-c-headers-path-user-irony`, solves my problem. The second option using company-irony-c-headers did not work. How do you control when the focus change among C++...

Hi, is this what you are searching for? ![image](https://user-images.githubusercontent.com/13024208/28924310-8fffc52e-7861-11e7-946b-4aa9c8bb4559.png)

I have the following message: `'auto' not allowed in lambda parameter (irony)` from flycheck errors I also don't get completions from `ref.`

Using the following flag `-std=c++1z` the message from flycheck disappears. https://clang.llvm.org/cxx_status.html