Enable readability-redundant-smartptr-get in MLIR local clang-tidy config

This commit is contained in:
Mehdi Amini 2022-01-08 19:23:16 +00:00
parent f44473ec4e
commit 651c73b8d1

View File

@ -44,6 +44,7 @@ Checks: >
readability-inconsistent-declaration-parameter-name,
readability-misleading-indentation,
readability-redundant-control-flow,
readability-redundant-smartptr-get,
readability-simplify-boolean-expr,
readability-simplify-subscript-expr,
readability-use-anyofallof