[clang-tools-extra] [clang-tidy] detect redundant uses of LLVM's cast, dyn_cast (PR #189274)

Henrik G. Olsson via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 29 16:27:08 PDT 2026


================
@@ -1,9 +1,5 @@
 BasedOnStyle: LLVM
 InsertNewlineAtEOF: true
-KeepEmptyLines:
-  AtEndOfFile: false
-  AtStartOfBlock: false
-  AtStartOfFile: false
----------------
hnrklssn wrote:

My bad, meant to only remove these temporarily because they weren't recognised by my version of clang-format. Will revert this change.

https://github.com/llvm/llvm-project/pull/189274


More information about the cfe-commits mailing list