mitaki28 / vscode-clang

Completion and Diagnostic for C/C++/Objective-C using Clang
MIT License
128 stars 24 forks source link

Compiler options for C (e.g. ["-std=c99"]) instead of Compiler option… #30

Closed san-chang closed 7 years ago

san-chang commented 8 years ago

Compiler options for C (e.g. ["-std=c99"]) instead of Compiler options for C (e.g. ['-std=c99'])

Compiler options for C++ (e.g. ["-std=c++11"]) instead of Compiler options for C ++(e.g. ['-std=c++11'])

  • because in my ubuntu16.04 only " " " but " ' " worked.

and i find an issues here https://github.com/mitaki28/vscode-clang/issues/26