A general use, missing header guard finder and fixer.
No style checks. If there is already a working header guard, it is used.
If the header guard is missing or broken, it is created from the path name
using this method.
<path-to>/foo.h ->
#ifndef FOO_H
#define FOO_H
#endif
The motivation for this change is fixing a large, non llvm with many missing header guards.
As no style is checked, it should not conflict with llvm-header-guard.
Fix docs formatting of all checks using with the HeaderFileExtensions option.
Can you add a newline for some visual separation?