Skip to content

Setting up irony mode on Windows using MSVC

Guillaume Papin edited this page Feb 10, 2016 · 20 revisions

.clang_complete example:

-target
i686-pc-windows-msvc
-fms-extensions
-fms-compatibility
-fms-compatibility-version=17.00
-fdelayed-template-parsing
-Iinc
-D_MSC_VER
-DWITH_UNIT_TESTS
-D_DEBUG
-std=c++11
-IMULTIPLEINCLUDESHERETO_BOOST_AND_OTHER_THINGS
Clone this wiki locally