-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac os x 10.11.3配置的问题 #48
Comments
Translate to English... // add include options to clang "include_options": // do not show the panel for warnings and errors on save. } It shows nothing when I type. the hints only appear when typing ".". by the way, I am using newest llvm 3.7 |
我的配置文件:
{
// Additional language specific options for clang.
"additional_language_options":
{
// For example, you can use "c++": ["-std=c++11"] to enable C++11 features.
"c++" : [],
"c": ["-std=c99"],
"objc": [],
"objc++": []
},
"include_options":
[
"-isystem", "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.0.2/include",
"-isystem", "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/",
"-isystem", "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1",
"-F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/",
"-isystem", "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1",
// "-isystem", "/usr/include",
// "-isystem", "/usr/include/c++/*",
"-isystem", "/Users/apple/Documents/apple/project/k-vim/bundle/YouCompleteMe/third_party/ycmd/cpp/llvm/include",
"-Wall"
],
}
我输入的时候出不来,只有按.的时候才会出现提示。另外我用的是最新的3.7
The text was updated successfully, but these errors were encountered: