We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1155759 commit 97afa65Copy full SHA for 97afa65
clang/lib/Index/IndexingAction.cpp
@@ -919,10 +919,6 @@ class ModuleFileIndexDependencyCollector : public IndexDependencyProvider {
919
// undesirable dependency on an intermediate build byproduct.
920
if (FE->getName().ends_with("module.modulemap"))
921
return;
922
- // Not reporting SDKSettings.json so that test checks can remain
923
- // (mostly) platform-agnostic.
924
- if (FE->getName().ends_with("SDKSettings.json"))
925
- return;
926
927
visitor(*FE, isSystem);
928
});
0 commit comments