aabhinavg updated this revision to Diff 508655.
aabhinavg added a comment.
Done minor fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146947/new/
https://reviews.llvm.org/D146947
Files:
clang/docs/UndefinedBehaviorSanitizer.rst
Index: clang
Eugene.Zelenko added inline comments.
Comment at: clang/docs/UndefinedBehaviorSanitizer.rst:160
- ``-fsanitize=unsigned-shift-base``: check that an unsigned left-hand side
of
- a left shift operation doesn't overflow.
+ a left shift operation doesn't overflow.Issues
aabhinavg created this revision.
Herald added a project: All.
aabhinavg requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146947
Files:
clang/docs/UndefinedBehaviorSanitizer.