]> granicus.if.org Git - clang/commit
[modules] Preserve DeclID order when merging lookup tables to give a more
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 Sep 2015 01:37:34 +0000 (01:37 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 Sep 2015 01:37:34 +0000 (01:37 +0000)
commit7c23a18345a8fcf31ddd75e87e482bbd0f3306fe
treee50d02e623168e0eef213c05da34c28bf32b15d5
parentd041cc813bcfcd04f077acdcea855f08b7d55577
[modules] Preserve DeclID order when merging lookup tables to give a more
predictable diagnostic experience. The hash-of-DeclID order we were using
before gave different results on Win32 due to a different predefined
declaration of __builtin_va_list.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246521 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderInternals.h
lib/Serialization/MultiOnDiskHashTable.h
test/Modules/cxx-templates.cpp
test/Modules/merge-using-decls.cpp