[PATCH] D84814: [clang-tidy] readability-identifier-naming checks configs for included files

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 31 04:36:49 PDT 2020


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

This looks reasonable to me.



================
Comment at: clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style-disabled/header.h:4
+void DISABLED_STYLE();
\ No newline at end of file

----------------
Can you add a newline to the end of this file?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84814



More information about the cfe-commits mailing list