| | | | --- | --- | | Bugzilla Link | [45218](https://llvm.org/bz45218) | | Resolution | FIXED | | Resolved on | Sep 08, 2020 10:05 | | Version | 10.0 | | OS | Linux | | Blocks | llvm/llvm-project#43900 llvm/llvm-project#46070 | | Attachments | [fornat description.](https://user-images.githubusercontent.com/92601649/143760486-0ea932bb-a254-46ba-9837-c81038f204ca.gz), [fornat description.](https://user-images.githubusercontent.com/92601649/143760487-e88362a9-fbbe-40ef-bbba-20c6c5be7675.gz) | | CC | @zmodem,@mydeveloperday,@owenca,@rjmansfield | | Fixed by commit(s) | c81dd3d159ab03d46e4280c458d3c29e56648218 | ## Extended Description hi, the clang-format-10-rcX introduces a c++ syntax error in shift-right expression: unsigned long long v = static_cast< unsigned long long >( t ); - for ( unsigned i = 0; i< nbits; ++i, bIt.next(), v = v >> 1 ) + for ( unsigned i = 0; i< nbits; ++i, bIt.next(), v = v > > 1 )