[all-commits] [llvm/llvm-project] 4de6b1: Add an option to hicpp-signed-bitwise for positive...

Vladimir Plyashkun via All-commits all-commits at lists.llvm.org
Wed Oct 30 11:11:42 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4de6b1586807285e20a5db6596519c2336a64568
      https://github.com/llvm/llvm-project/commit/4de6b1586807285e20a5db6596519c2336a64568
  Author: Vladimir Plyashkun <vladimir.plyashkun at jetbrains.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.h
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/hicpp-signed-bitwise.rst

  Log Message:
  -----------
  Add an option to hicpp-signed-bitwise for positive integer literals.

This gives developers a way to deviate from the coding standard to reduce the
chattiness of the check.




More information about the All-commits mailing list