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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to