[clang] [clang] On Windows, silence warning in `WhitespaceManager` when build… (PR #187938)

via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 22 13:16:25 PDT 2026


================
@@ -636,6 +637,8 @@ static unsigned AlignTokens(const FormatStyle &Style, F &&Matches,
       case AlignStrategy::Macro:
       case AlignStrategy::Normal:
----------------
owenca wrote:

```suggestion
      default: // AlignStrategy::Macro and AlignStrategy::Normal:
```

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


More information about the cfe-commits mailing list