mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +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.