1.. title:: clang-tidy - llvm-header-guard 2 3llvm-header-guard 4================= 5 6Finds and fixes header guards that do not adhere to LLVM style. 7 8Options 9------- 10 11.. option:: HeaderFileExtensions 12 13 A comma-separated list of filename extensions of header files (the filename 14 extensions should not include "." prefix). Default is "h,hh,hpp,hxx". 15 For header files without an extension, use an empty string (if there are no 16 other desired extensions) or leave an empty element in the list. e.g., 17 "h,hh,hpp,hxx," (note the trailing comma). 18