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

Nicolas van Kempen via cfe-commits cfe-commits at lists.llvm.org
Tue May 20 20:45:12 PDT 2025


================
@@ -39,23 +38,6 @@ class UseTrailingReturnTypeCheck : public ClangTidyCheck {
 
 private:
   Preprocessor *PP = nullptr;
----------------
nicovank wrote:

Is this field still needed now?

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


More information about the cfe-commits mailing list