Eugene.Zelenko added inline comments.

================
Comment at: 
clang-tools-extra/docs/clang-tidy/checks/llvm-prefer-isa-or-dyn-cast-in-conditionals.rst:6
+
+  Looks at conditionals and finds cases of ``cast<>``, which will
+  assert rather than return a null pointer, and ``dyn_cast<>`` where
----------------
Indentation is not needed here. Same for following lines.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59802



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

Reply via email to