summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2018-12-07 20:03:03 +0000
committerEric Fiselier <eric@efcs.ca>2018-12-07 20:03:03 +0000
commit2bbbd8be24731d485b56a5e8495b2d873eb63d4b (patch)
tree3de27468ecd601e4341b0a4de5d74be5acf0d46b /clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
parentf7254a698b79a326dffcb8a562205139f2b33d2e (diff)
downloadbcm5719-llvm-2bbbd8be24731d485b56a5e8495b2d873eb63d4b.tar.gz
bcm5719-llvm-2bbbd8be24731d485b56a5e8495b2d873eb63d4b.zip
[clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'
Patch by Alex Strelnikov. Reviewed as D53830 Introduce a new check to upgrade user code based on upcoming API breaking changes to absl::Duration. The check finds calls to arithmetic operators and factory functions for absl::Duration that rely on an implicit user defined conversion to int64_t. These cases will no longer compile after proposed changes are released. Suggested fixes explicitly cast the argument int64_t. llvm-svn: 348633
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud