Files
llvm-project/clang/test/Lexer/Inputs/unlikely-to-be-header-guard.h
Ismail Pazarbasi 8d0f2f3ae3 Relax header guard mismatch warning with edit distance heuristic.
If the edit distance between the two macros is more than 50%, DefinedMacro may not be header guard or can be header guard of another header file or it might be defining something completely different set by the build environment.

llvm-svn: 192547
2013-10-12 23:17:37 +00:00

6 lines
86 B
C

#ifndef data_rep_h
#define use_alternate_data_rep
/* #include "data_rep.h" */
#endif