mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
To prepare for a future QL language change where variable names must start with a lower-case letter, this commit updates the QL language reference (including the language specification) to change the variable name grammar from `simpleId` to `lowerId`.