[clang-tidy] add readability-redundant-parentheses (#159911)
This check wants to detect a common happened case that forgetting to
remove parenthese during modifying code.
---------
Co-authored-by: Victor Chernyakin <chernyakin.victor.j@outlook.com>
Co-authored-by: Baranov Victor <bar.victor.2002@gmail.com>