]> granicus.if.org Git - clang/commit
In the ASTImporter, when checking whether two
authorSean Callanan <scallanan@apple.com>
Fri, 26 Apr 2013 22:49:25 +0000 (22:49 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 26 Apr 2013 22:49:25 +0000 (22:49 +0000)
commitfff418b1abea921685a1175a8ee0b597594bddc1
treebeebd58d2fa8449c52bdf36df128b224f168498c
parente858e667c14ce4a9df5a4bbae770a0a3a3c8723e
In the ASTImporter, when checking whether two
structs are compatible, check whether the fields
of the structs have the same name.  This prevents
erroneous coalescing of (in particular) anonymous
structs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180644 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTImporter.cpp