]> granicus.if.org Git - clang/commit
[ODRHash] Loosen checks on typedefs.
authorRichard Trieu <rtrieu@google.com>
Tue, 9 May 2017 03:24:34 +0000 (03:24 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 9 May 2017 03:24:34 +0000 (03:24 +0000)
commitaeafc17fa60e296320a894799c55720a38f86ff1
tree7e6d530a7165873164affdabb95dbcd5da1723f0
parentf6d9512defc1f8cbaabf5036ddb8d8f8f3b6f451
[ODRHash] Loosen checks on typedefs.

When a type in a class is from a typedef, only check the canonical type.  Skip
checking the intermediate underlying types.  This is in response to PR 32965

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302505 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ODRHash.cpp
test/Modules/odr_hash.cpp