[PATCH] D135495: [clang-tidy] handle pointers in `ExceptionAnalyzer`

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 7 21:32:59 PDT 2022


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.cpp:68
+
+      auto BPointeeUQTy = BPointeeTy->getUnqualifiedDesugaredType();
+      auto TPointeeUQTy = TPointeeTy->getUnqualifiedDesugaredType();
----------------
Please don't use `auto` unless type is spelled in same statement or iterator. Same below.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135495/new/

https://reviews.llvm.org/D135495



More information about the cfe-commits mailing list