| # General IWYU command example: |
| # -p out/linux-x64-all-clusters-clang/compile_commands.json \ |
| # -Xiwyu --mapping_file=$(pwd)/iwyu.imp \ |
| # -Xiwyu --comment_style=none \ |
| # cd out/linux-x64-all-clusters-clang |
| # fix_includes.py <../iwyu.out |
| { include: [ '"system/SystemBuildConfig.h"', private, '<system/SystemConfig.h>', public ] }, |
| { include: [ '"core/CHIPBuildConfig.h"', private, '<lib/core/CHIPConfig.h>', public ] }, |
| { include: [ '@"platform/.*/CHIPPlatformConfig.h"', private, '<lib/core/CHIPConfig.h>', public ] }, |