Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /acts/CI/iwyu/README.md is written in an unsupported language. File is not indexed.

0001 # IWYU = Include what you use
0002 
0003 This tool finds unused includes and suggestes additional includes and declarations.
0004 
0005 It is not very stable at the moment and takes a few hours to complete within ACTS therefor it only runs once a week and can be triggered manually.
0006 
0007 There is also not sufficient filtering offered by IWYU at the moment. For that reason there is a specific filtering script for now which tries to get rid of unwanted changes.
0008 
0009 offline resources
0010 - [GitHub Actions Workflow](../../.github/workflows/iwyu.yml)
0011 - [Custom filter script](./filter.py)
0012 
0013 online resources
0014 
0015 - https://include-what-you-use.org/
0016 - https://github.com/include-what-you-use/include-what-you-use