[PATCH] D142123: [clang-tidy] Add check to suggest use of #pragma once

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 19 12:26:39 PST 2023


aaron.ballman added a comment.

In D142123#4066805 <https://reviews.llvm.org/D142123#4066805>, @KyleFromKitware wrote:

> The refactoring that I've done in D142121 <https://reviews.llvm.org/D142121> is most of the way to being able to implement my above proposal. I just need to shift a few things around and add the new classes. @aaron.ballman if this proposal is good with you I'll get started on it.

I think this sounds like a sensible approach to me, but I'd like to make sure @njames93 agrees before you start doing any work on it.


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

https://reviews.llvm.org/D142123



More information about the cfe-commits mailing list