You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# That's all well and good, but param files would prevent us from seeing compile actions before the param files had been generated by compilation.
1166
1197
# Since clangd has no such length limit, we'll disable param files for our aquery run.
1167
1198
'--features=-compiler_param_file',
1168
-
'--host_features=-compiler_param_file',
1169
1199
# Disable layering_check during, because it causes large-scale dependence on generated module map files that prevent header extraction before their generation
1170
1200
# For more context, see https://github.com/hedronvision/bazel-compile-commands-extractor/issues/83
1171
1201
# If https://github.com/clangd/clangd/issues/123 is resolved and we're not doing header extraction, we could try removing this, checking that there aren't erroneous red squigglies squigglies before the module maps are generated.
1172
1202
# If Bazel starts supporting modules (https://github.com/bazelbuild/bazel/issues/4005), we'll probably need to make changes that subsume this.
0 commit comments