[clang-tools-extra] [clang-tidy][NFC] Do less unnecessary work in `NoLintDirectiveHandler` (PR #147553)

Carlos Galvez via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 10 01:08:20 PDT 2025


================
@@ -31,8 +31,6 @@ class NoLintDirectiveHandler {
 public:
   NoLintDirectiveHandler();
   ~NoLintDirectiveHandler();
----------------
carlosgalvezp wrote:

> It's = default; anyway.

Then it should just be removed? Rule of 0.

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


More information about the cfe-commits mailing list