xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

CMake Improvements #599

Open ITHelpDec opened 6 months ago

ITHelpDec commented 6 months ago

The first change is to place .clang_complete one step above the build directory, as opposed to inside the build directory itself, with the aim of allowing clang_complete to work more seamlessly from the get-go.

The second change is to update the documentation to help users using CMake, where the current commands did not work - the missing piece of the puzzle was CMAKE_<LANG>_COMPILER_LAUNCHER.