[clang-tools-extra] [clang-tidy][NFC] Refactor `modernize-use-trailing-return-type-check` check code and tests (PR #140759)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Tue May 20 17:51:36 PDT 2025


================
@@ -383,6 +382,10 @@ void UseTrailingReturnTypeCheck::keepSpecifiers(
   }
 }
 
+UseTrailingReturnTypeCheck::UseTrailingReturnTypeCheck(
----------------
vbvictor wrote:

Initially, I did this change in preparation for PR https://github.com/llvm/llvm-project/pull/135383, where I added 2 options and move Ctor to .cpp file.
I'll revert this and do only obvious changes in NFC in the future to avoid confusion

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


More information about the cfe-commits mailing list