[all-commits] [llvm/llvm-project] 3860b2: [clang-tidy] Update Abseil Duration Conversion che...

Hyrum Wright via All-commits all-commits at lists.llvm.org
Fri Mar 13 09:52:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3860b2a0bd09291a276b0590939961dffe67fbb6
      https://github.com/llvm/llvm-project/commit/3860b2a0bd09291a276b0590939961dffe67fbb6
  Author: Hyrum Wright <hwright at google.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.cpp
    M clang-tools-extra/docs/clang-tidy/checks/abseil-duration-unnecessary-conversion.rst
    M clang-tools-extra/test/clang-tidy/checkers/abseil-duration-unnecessary-conversion.cpp

  Log Message:
  -----------
  [clang-tidy] Update Abseil Duration Conversion check to find more cases.

This change improves the check to handle cases with internal scalar
multiplication.

Differential Revision: https://reviews.llvm.org/D75558




More information about the All-commits mailing list