mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
`__has_feature` is not available in GCC versions before GCC 14. Our frontend was exposing `__has_feature` when emulating earlier versions of GCC. This will be fixed with the latest major frontend update though.