Skip to content

Instantly share code, notes, and snippets.

@sonsongithub
Created February 25, 2020 09:46
Show Gist options
  • Select an option

  • Save sonsongithub/c394733633cfb6c1cbb7c9d951808f80 to your computer and use it in GitHub Desktop.

Select an option

Save sonsongithub/c394733633cfb6c1cbb7c9d951808f80 to your computer and use it in GitHub Desktop.
c_cpp_properties.json for Visual studio code for llvm development.
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**",
"/usr/local/opt/llvm/include/"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment