[buck] Disable C++ modules

Reviewed By: martinoluca, ngorogiannis, jvillard

Differential Revision: D10852668

fbshipit-source-id: 9f83e2cc8
master
Mehdi Bouaziz 6 years ago committed by Facebook Github Bot
parent 148664a7d4
commit 33872ff0e9

@ -121,6 +121,10 @@ class BuckAnalyzer:
'*//infer.clang_plugin={plugin}'.format(plugin=plugin_path),
'--config',
'*//cxx.pch_enabled=false',
'--config', # Infer doesn't support C++ modules yet (T35656509)
'*//cxx.modules_default=0',
'--config',
'*//cxx.modules=False',
] + self.args.Xbuck
if self.args.xcode_developer_dir is not None:

Loading…
Cancel
Save