layers 里面是这么写的
(c-c++ :variables
c-c++-default-mode-for-headers 'c++-mode
c-c++-enable-clang-support t)
写 C++ 文件的时候,系统函数补全正常,但是输入 #include
提示
clang failed with error 1:
/usr/bin/clang -fsyntax-only -Xclang -code-completion-macros -x c++ -I/usr/include -I/usr/local/include -std=c++11 -Wall -Xclang -code-completion-at=-:4:9
无法提示补全头文件。