- Get https://include-what-you-use.org/ happy with this project
clang-tidysupersedes this - Integrate it either into
make testor its ownmake iwyuclang-tidyis executed when compiling - Fix or suppress existent warnings; done in https://github.com/chaincodelabs/libmultiprocess/pull/144
- Consider some CI to run it automatically per pull request to catch future regressions
-
vasild commented at 7:54 PM on January 17, 2020: contributor
-
purpleKarrot commented at 1:52 PM on February 1, 2025: contributor
This may be regarded as obsolete/reduntant with clang-tidy's include-fixer check.
-
vasild commented at 1:29 PM on February 3, 2025: contributor
CMakeLists.txtonly setsset(CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_EXECUTABLE}")and never actually executesclang-tidy? -
hebasto commented at 1:36 PM on February 3, 2025: member
CMakeLists.txtonly setsset(CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_EXECUTABLE}")and never actually executesclang-tidy?It does. You can check it out using
--verbose. -
vasild commented at 1:49 PM on February 3, 2025: contributor
Right!
src/mp/util.cpp:9:1: warning: included header array.h is not used directly [misc-include-cleaner] 9 | #include <kj/array.h> | ^~~~~~~~~~~~~~~~~~~~~ 10 | #include <pthread.h>I updated the OP.
- vasild renamed this:
Integrate iwyu
Make clang-tidy happy
on Feb 3, 2025 -
hebasto commented at 2:01 PM on February 3, 2025: member
I updated the OP.
Did you see https://github.com/chaincodelabs/libmultiprocess/pull/144?
- ryanofsky referenced this in commit cbe5d32dcd on Jun 27, 2025
- ryanofsky referenced this in commit ff5141c5df on Jun 27, 2025
- ryanofsky referenced this in commit d46b5ddf89 on Jun 27, 2025
- ryanofsky referenced this in commit f01867805e on Jun 27, 2025
- ryanofsky referenced this in commit 258b83cdba on Jun 27, 2025
- ryanofsky referenced this in commit f21798df80 on Jun 28, 2025
- ryanofsky referenced this in commit 71d3107ad2 on Jun 28, 2025
- ryanofsky referenced this in commit 88695fc053 on Jul 1, 2025
- ryanofsky referenced this in commit 8218a1d876 on Jul 1, 2025
- ryanofsky referenced this in commit f6bd4385c0 on Jul 1, 2025
- ryanofsky referenced this in commit d8011c8360 on Jul 1, 2025
- ryanofsky referenced this in commit fe4a188803 on Jul 1, 2025
- ryanofsky referenced this in commit 84b292fcc4 on Jul 1, 2025
- ryanofsky referenced this in commit 79c09e4442 on Jul 10, 2025
- ryanofsky referenced this in commit 85df929b4e on Jul 10, 2025
- ryanofsky referenced this in commit 30431bc0c6 on Jul 10, 2025
- ryanofsky closed this on Aug 23, 2025
- ryanofsky referenced this in commit 1cfe54149d on Oct 2, 2025
- ryanofsky referenced this in commit 73d22ba2e9 on Oct 2, 2025