mitaki28 / vscode-clang

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

How to disable __DARWIN_ALIAS_STARTING_MAC___MAC_10_0 in the auto-complete #57

Closed thecoder138 closed 7 years ago

thecoder138 commented 7 years ago

I have an annoying suggestions for autocomplete, which are not fixed by above clang flags. But I don't know where they originate.

The list is huge! __API_AVAILABLE_PLATFORM_ios DARWIN_ALIAS_STARTINGMACMAC_10_0 INT_FAST16_FMTd

I have disabled c/c++ extension autocomplete. so this should be purely due to clang adapter plugin.