sonar-dotnet icon indicating copy to clipboard operation
sonar-dotnet copied to clipboard

SE: Add support for shift operators for Binary operations and compound assignment

Open antonioaversa opened this issue 1 year ago • 0 comments

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

antonioaversa avatar May 26 '23 12:05 antonioaversa