mirror of
https://github.com/github/codeql.git
synced 2026-02-17 07:23:42 +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.