Serialization: Skip check in WritePragmaDiagnosticMappings, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 12 Apr 2017 02:31:17 +0000 (02:31 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 12 Apr 2017 02:31:17 +0000 (02:31 +0000)
commitf2435b95747692ddd80f2f7939c47954001f26e5
tree445d0d1f1824ed68bb2e186ffadb1a18a3754675
parent57d49236cc0750490ba0be8eeff7fb9b32b753ca
Serialization: Skip check in WritePragmaDiagnosticMappings, NFC

The record is never empty, since we always serialize the initial state.
Skip the check.

llvm-svn: 300021
clang/lib/Serialization/ASTWriter.cpp