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 96ef623 commit 9aefa5cCopy full SHA for 9aefa5c
clang-tools-extra/clangd/index/CanonicalIncludes.cpp
@@ -668,6 +668,8 @@ const std::pair<llvm::StringRef, llvm::StringRef> IncludeMappings[] = {
668
{"bits/syslog-path.h", "<sys/syslog.h>"},
669
{"bits/termios.h", "<termios.h>"},
670
{"bits/types.h", "<sys/types.h>"},
671
+ {"bits/types/siginfo_t.h", "<sys/siginfo.h>"},
672
+ {"bits/types/struct_itimerspec.h", "<sys/time.h>"},
673
{"bits/uio.h", "<sys/uio.h>"},
674
{"bits/ustat.h", "<sys/ustat.h>"},
675
{"bits/utmp.h", "<utmp.h>"},
0 commit comments