[PATCH] D61508: [clang-tidy] misc-header-guard : a simple version of llvm-header-guard

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 6 00:32:56 PDT 2019


JonasToth added a comment.

Hi trixirt and thanks for the patch!

I would rather like to generalize the llvm check to allow different styles and then alias the general version with different configurations. Introducing this code duplication does not sound like a good idea to me.
The documentation fixes you make can be done in a separate patch to keep things clean.


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D61508





More information about the cfe-commits mailing list