[PATCH] D112864: [clang-tidy] Fix lint warnings in clang-tidy source code (NFC)

Salman Javed via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 29 22:09:15 PDT 2021


salman-javed-nz added a comment.

No functional change is intended.

The majority of clang-tidy check infractions were

- readability-identifier-naming
- llvm-qualified-auto
- llvm-namespace-comment

I have also fixed obvious typos wherever I noticed them.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112864/new/

https://reviews.llvm.org/D112864



More information about the cfe-commits mailing list