Remove false-positive warning about missing include guards.

Authored by mwolff.

Description

Remove false-positive warning about missing include guards.

Clang before 3.8 seems to be very buggy when we deal with precompiled
preambles. There, clang_isFileMultipleIncludeGuarded would always
return false on a reparse, triggering many annoying false-positive
warnings about missing include guards. Thus, disable this warning
for Clang 3.7 and below.

Details

Committed
mwolffOct 21 2015, 9:19 AM
Parents
R32:3bf4d3acd145: expect failure of latest test regarding include guards
Branches
Unknown
Tags
Unknown