]> granicus.if.org Git - clang/commit
Serialization: Emit the final diagnostic state last, almost NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 12 Apr 2017 03:45:32 +0000 (03:45 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 12 Apr 2017 03:45:32 +0000 (03:45 +0000)
commit91f051ff9b155afaf2eedfb2f66050af526d7bf5
treee6430e39206f403e050165bd796e7c7ab660b83c
parent5e5be8ed354acb606e083cee2ff9c9e096099ff2
Serialization: Emit the final diagnostic state last, almost NFC

Emit the final diagnostic state last to match source order.  This also
prepares for a follow-up commit for implicit modules.

There's no real functionaliy change, just a slightly different AST file
format.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300024 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp