mirror of
https://github.com/github/codeql.git
synced 2026-04-15 20:14:02 +02:00
The statements from `errorExpr` - which does not parse correctly - affected the tuples that were being generated for the other code in `bad_asts.cpp` due to the way the front-end handles parse errors. This did not affect the test results, but was also not the intention of the test. Split off `errorExpr` into a separate file.