[RFC] Add non-blocking precommit `clang-tidy` analysis
• TL;DR Add non-blocking precommit clang-tidy analysis to LLVM’s CI on per-component basis. • Component maintainers (like mlir , clang , lldb , ..) will decide if precommit clang-t
• TL;DR Add non-blocking precommit clang-tidy analysis to LLVM’s CI on per-component basis. • Component maintainers (like mlir , clang , lldb , ..) will decide if precommit clang-t
• LLVM has many RAII classes that define destructors but omit copy constructors/assignments. • Implicit copying can cause double deletes, state corruption, and subtle bugs. • The R