File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -606,6 +606,9 @@ const HeaderMapCollector::RegexHeaderMap *getSTLPostfixHeaderMap() {
606
606
{" sys/xattr.h$" , " <sys/xattr.h>" },
607
607
{" bits/epoll.h$" , " <sys/epoll.h>" },
608
608
{" bits/eventfd.h$" , " <sys/eventfd.h>" },
609
+ {" bits/getopt_core.h$" , " <getopt.h>" },
610
+ {" bits/getopt_ext.h$" , " <getopt.h>" },
611
+ {" bits/getopt_posix.h$" , " <getopt.h>" },
609
612
{" bits/inotify.h$" , " <sys/inotify.h>" },
610
613
{" bits/ipc.h$" , " <sys/ipc.h>" },
611
614
{" bits/ipctypes.h$" , " <sys/ipc.h>" },
Original file line number Diff line number Diff line change @@ -621,6 +621,9 @@ const std::pair<llvm::StringRef, llvm::StringRef> IncludeMappings[] = {
621
621
{" sys/xattr.h" , " <sys/xattr.h>" },
622
622
{" bits/epoll.h" , " <sys/epoll.h>" },
623
623
{" bits/eventfd.h" , " <sys/eventfd.h>" },
624
+ {" bits/getopt_core.h" , " <getopt.h>" },
625
+ {" bits/getopt_ext.h" , " <getopt.h>" },
626
+ {" bits/getopt_posix.h" , " <getopt.h>" },
624
627
{" bits/inotify.h" , " <sys/inotify.h>" },
625
628
{" bits/ipc.h" , " <sys/ipc.h>" },
626
629
{" bits/ipctypes.h" , " <sys/ipc.h>" },
You can’t perform that action at this time.
0 commit comments