Skip to content

Commit 97afa65

Browse files
committed
Remove check from IndexingAction.cpp
This seems to no longer cause test failures???
1 parent 1155759 commit 97afa65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/Index/IndexingAction.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -919,10 +919,6 @@ class ModuleFileIndexDependencyCollector : public IndexDependencyProvider {
919919
// undesirable dependency on an intermediate build byproduct.
920920
if (FE->getName().ends_with("module.modulemap"))
921921
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;
926922

927923
visitor(*FE, isSystem);
928924
});

0 commit comments

Comments
 (0)