mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
The spaceship (<=>) operator adds a new row to the C++ precendence table. In preparation for that shift the necessary precedences up one to create a suitable hole. Note: In investigations I belive precedence 14 was not used. However, in order to make review easier I have kept that gap.