This is an archive of the discontinued LLVM Phabricator instance.

[clangd] enable unused-include warnings for standard library headers
ClosedPublic

Authored by sammccall on Jul 15 2023, 4:52 PM.

Details

Summary

Other <angle-quoted> headers are still excluded.

Diff Detail

Event Timeline

sammccall created this revision.Jul 15 2023, 4:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2023, 4:52 PM
Herald added a subscriber: arphaman. · View Herald Transcript
sammccall requested review of this revision.Jul 15 2023, 4:52 PM
kadircet accepted this revision.Jul 19 2023, 6:37 AM
kadircet added inline comments.
clang-tools-extra/clangd/IncludeCleaner.cpp
75–76
This revision is now accepted and ready to land.Jul 19 2023, 6:37 AM
sammccall marked an inline comment as done.Jul 19 2023, 2:30 PM
sammccall added inline comments.
clang-tools-extra/clangd/IncludeCleaner.cpp
75–76

believe it or not, this doesn't compile: something something explicit conversions
(done though)

This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.