]> granicus.if.org Git - clang/commit
Revert r298824 & r298816, recommit r298742 & r298754
authorRichard Trieu <rtrieu@google.com>
Tue, 11 Apr 2017 22:32:03 +0000 (22:32 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 11 Apr 2017 22:32:03 +0000 (22:32 +0000)
commitc69d85ad64214f686710b6c4972c2670dd9ea96b
treec4df572354c47313c30b12182496df97dba588f4
parent9003af0a2442571f26f2b53a8d19ee25450212ed
Revert r298824 & r298816, recommit r298742 & r298754

r299989 fixes the underlying issue by waiting long enough to late parsed
arguments to be processed before doing an calculating the hash.

r298742
[ODRHash] Add error messages for mismatched parameters in methods.

r298754
[ODRHash] Add support for array and decayed types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300001 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSerializationKinds.td
lib/AST/ODRHash.cpp
lib/Serialization/ASTReader.cpp
test/Modules/odr_hash.cpp