Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NFC: Fix trivial typos in comments | Kazuaki Ishizaki | 2020-01-04 | 1 | -1/+1 |
| | |||||
* | [clang-tidy] Fixed abseil-time-subtraction to work on C++17 | Dmitri Gribenko | 2019-06-13 | 1 | -16/+35 |
| | | | | | | | | | | | | | | | | Summary: Fixed abseil-time-subtraction to work on C++17 Reviewers: hokein, gribozavr Subscribers: xazax.hun, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D63261 Patch by Johan Vikström. llvm-svn: 363272 | ||||
* | [clang-tidy] Add the abseil-time-subtraction check | Hyrum Wright | 2019-02-27 | 1 | -0/+181 |
Differential Revision: https://reviews.llvm.org/D58137 llvm-svn: 355024 |