File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1062,11 +1062,11 @@ def _get_cpp_command_for_files(compile_action):
1062
1062
1063
1063
Undo Bazel-isms and figures out which files clangd should apply the command to.
1064
1064
"""
1065
- # Patch command by platform
1066
- compile_action .arguments = _all_platform_patch (compile_action .arguments )
1065
+ # Patch command by platform, revealing any hidden arguments.
1067
1066
compile_action .arguments = _apple_platform_patch (compile_action .arguments )
1068
1067
compile_action .arguments = _emscripten_platform_patch (compile_action .arguments )
1069
1068
# Android and Linux and grailbio LLVM toolchains: Fine as is; no special patching needed.
1069
+ compile_action .arguments = _all_platform_patch (compile_action .arguments )
1070
1070
1071
1071
source_files , header_files = _get_files (compile_action )
1072
1072
You can’t perform that action at this time.
0 commit comments