summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/include-what-you-use
Commit message (Collapse)AuthorAgeFilesLines
* bcc,bpftrace,castxml,include-what-you-use: DeleteKhem Raj2025-07-161-24/+0
| | | | | | | | These recipes are moved into meta-oe layer for wider use. They depend on clang and clang is now moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* castxml/include-what-you-use: remove incorrect S settingsChen Qi2025-07-031-2/+0
| | | | | | | | Due to recent UNPACKDIR/S change in oe-core, the S settings in these two recipes are no longer valid and are causing errors. Remove them. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
* include-what-you-use: Upgrade to 0.23+ releaseKhem Raj2025-03-211-2/+6
| | | | | | | | | | Use IWYU_RESOURCE_RELATIVE_TO=iwyu License-Update: Copyright year incremented [1] [1] https://github.com/include-what-you-use/include-what-you-use/commit/414d6f760caba8068b208d31125409a60930df69 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* include-what-you-use: Upgrade to tip of trunkKhem Raj2024-09-021-2/+2
| | | | | | Brings clang-19 support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* include-what-you-use: new recipeChristian Eggers2024-07-241-0/+22
Clang based checker for C/C++ header includes. "Experimental software, as of June 2024.", but definitely very useful. Signed-off-by: Christian Eggers <ceggers@arri.de>