mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
With these changes we can run `odasa prepareQueries --check-only --fail-on-warnings` on the C++ query directory. Two changes were needed: 1. The `Metrics/queries.xml` file had to be deleted. It existed because the built distribution has a different file layout, where `Metrics` is moved to the top-level query dir `odasa-cpp-metrics`. Since internal PR 28230 this file is created as needed as part of the dist build process, so it doesn't need to be checked in with the sources. 2. All uses of the `deprecated` and stubbed-out Objective C classes were removed.