mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
343 B
343 B
4.0.1
Bug Fixes
- Fixed a bug in the extractor where a comment inside a subscript could sometimes cause the AST to be missing nodes.
- Using the
breakandcontinuekeywords outside of a loop, which is a syntax error but is accepted by our parser, would cause the control-flow construction to fail. This is now no longer the case.