================ @@ -0,0 +1,91 @@ +.. title:: clang-tidy - llvm-header-guard + +misc-header-guard +================= + +Finds and fixes header guards. + +Options +------- + +.. option:: HeaderDirs + + A semicolon-separated list of one or more header directory names. + Header directories may contain `/` as path separator. + The list is searched for the first matching string. + The header guard will start from this path component. + Default value is `include`. ---------------- EugeneZelenko wrote:
```suggestion A semicolon-separated list of one or more header directory names. Header directories may contain `/` as path separator. The list is searched for the first matching string. The header guard will start from this path component. Default value is `include`. ``` https://github.com/llvm/llvm-project/pull/177315 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
