[clang-tools-extra] [clang-tidy] Add modernize-use-to-underlying check (PR #210459)

Yanzuo Liu via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 17 21:42:24 PDT 2026


================
@@ -0,0 +1,163 @@
+//===--- UseToUnderlyingCheck.cpp - clang-tidy ----------------------------===//
----------------
zwuis wrote:

```suggestion
//===----------------------------------------------------------------------===//
```

https://llvm.org/docs/CodingStandards.html#file-headers

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


More information about the cfe-commits mailing list