xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

Pass -fno-color-diagnostics to clang #487

Closed graywolf closed 8 years ago

graywolf commented 8 years ago

Fixes #453, bug in clang itself is open for quite some time now, so in the meantime adding workaround directly into clang_complete seems like a reasonable workaround.

xaizek commented 8 years ago

Thanks! I forgot to answer your question there, colors aren't used in any way and are expected to be automatically turned off, so addition of -fno-color-diagnostics won't break anything.