The ABI Compatibility Checker tool (abi-compliance-checker) doesn't skip…

Authored by knauss on May 12 2019, 11:38 PM.

Description

The ABI Compatibility Checker tool (abi-compliance-checker) doesn't skip includes from sub-directories - just named directories. To resolve this, and ensure Clang directories are ignored in full, use glob patterns to ensure every path with Clang includes is excluded from our checks.

Differential Revision: https://phabricator.kde.org/D21168