================ @@ -0,0 +1,92 @@ +.. title:: clang-tidy - llvm-header-guard + +misc-header-guard +================= + +Finds and fixes header guards that do not conform to the configured style +options from this check. + +All following examples consider header file +``/path/to/include/component/header.hpp`` ---------------- EugeneZelenko wrote:
```suggestion `/path/to/include/component/header.hpp` ``` https://github.com/llvm/llvm-project/pull/177315 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
