Skip to content
Commit ad6c47eb authored by Chris Kay's avatar Chris Kay Committed by nicola-mazzucato-arm
Browse files

cmake: Add Include What You Use support



Include What You Use (IWYU) is a tool from Google dedicated to
sanitizing header inclusions. It detects overly-broad inclusion of
headers and attempts to reduce the scope in a way that you only "include
what you use".

Like with CPPCheck and Clang-Tidy, this is run alongside the compiler.

Change-Id: Idaa495cb003a7ccbaaea7d8cdea3bdbbce4594af
Signed-off-by: Chris Kay's avatarChris Kay <chris.kay@arm.com>
Signed-off-by: Joel Goddard's avatarJoel Goddard <joel.goddard@arm.com>
Signed-off-by: Girish Pathak's avatarGirish Pathak <girish.pathak@arm.com>
parent f2a0c24f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment