cost 114 ms
IWYU change selected gcc installation

Include What You Use is failing to lint files with c++ 17 headers. It reports an error that it can not find them. When I run iwyu -v it says it is us ...

2022-09-16 17:02:34   1   8    c++ / gcc / iwyu  
Is typedef allowed before definition

Minimum code: // foo.h typedef struct foo_s foo_t; struct foo_s { foo_t* next; }; iwyu insists I forward declare struct foo_s before I typedef ...

2020-05-06 21:44:58   3   78    c / clang / iwyu  

Sorted:
Quality:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM