summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Fixed abseil-duration-unnecessary-conversion tests for c++17Dmitri Gribenko2019-06-131-3/+2
| | | | | | | | | | | | | | | | | | Summary: Fixed abseil-duration-unnecessary-conversion tests for c++17 Reviewers: hokein, gribozavr Reviewed By: gribozavr Subscribers: xazax.hun, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D63263 Patch by Johan Vikström. llvm-svn: 363263
* [clang-tidy] Add additional patterns to the ↵Hyrum Wright2019-03-141-6/+30
| | | | | | | | abseil-duration-unnecessary-conversion check. Differential Revision: https://reviews.llvm.org/D59183 llvm-svn: 356141
* [clang-tidy] NFC: Negate the name and semantics of the isNotInMacro function.Hyrum Wright2019-03-081-1/+1
| | | | | | | This function is always used in a context where its result was also negated, which made for confusing naming and code. llvm-svn: 355702
* [clang-tidy] Add the abseil-duration-unnecessary-conversion checkHyrum Wright2019-02-041-0/+58
Differential Revision: https://reviews.llvm.org/D57353 llvm-svn: 353079
OpenPOWER on IntegriCloud