mirror of
https://github.com/github/codeql.git
synced 2026-04-03 14:18:17 +02: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.