llvm-project/clang/test/Lexer/Inputs
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
..
bad-header-guard-defined.h PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if' 2013-06-16 05:05:39 +00:00
bad-header-guard.h
different-define.h
good-header-guard.h
multiple.h
no-define.h
out-of-order-define.h
tokens-between-ifndef-and-define.h
unlikely-to-be-header-guard.h Relax header guard mismatch warning with edit distance heuristic. 2013-10-12 23:17:37 +00:00