Skip to content
Commit 33a4b3db authored by Richard Trieu's avatar Richard Trieu
Browse files

Introducing -Wheader-guard, a warning that checks header guards actually work

properly.  This warning checks that the #ifndef and #define directives at
the beginning of a header refer to the same macro name.  Includes a fix-it
hint to correct the header guard.

llvm-svn: 183867
parent 2bb2aa27
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment