sonar-dotnet
sonar-dotnet copied to clipboard
SE: Add support for shift operators for Binary operations and compound assignment
Continuation of https://github.com/SonarSource/sonar-dotnet/issues/7267
- [ ] Support <<, >>, >>>.
See CBDE implementation below for reference.
CBDE implementation of operations: RangeConstraint.cpp CBDE UTs: RangeConstraintTest.cpp