[c++] turn on c++ analysis by default

Summary: Enabling `--cxx` flag makes C++ analysis much better. It's time to turn it on by default

Reviewed By: dulmarod, jvillard

Differential Revision: D4285327

fbshipit-source-id: 261359a
master
Andrzej Kotulski 8 years ago committed by Facebook Github Bot
parent e029612421
commit 5310b617fe

@ -739,8 +739,9 @@ and copy_propagation =
and cxx_experimental =
CLOpt.mk_bool ~deprecated:["cxx-experimental"] ~long:"cxx"
~default:true
~exes:CLOpt.[Clang]
"Analyze C++ methods, still experimental"
"Analyze C++ methods"
and (
developer_mode,

Loading…
Cancel
Save