]> granicus.if.org Git - clang/commit
Reapply "[analyzer] Treat fields of unions as having symbolic offsets."
authorJordan Rose <jordan_rose@apple.com>
Wed, 10 Oct 2012 23:23:21 +0000 (23:23 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 10 Oct 2012 23:23:21 +0000 (23:23 +0000)
commit786e6204e55cc01094a3e86104c82932a65fb2ca
tree24744df20b5da3d7be27ef37c696d0d30253cfba
parent3ea19c8307932655092235b57f04a5e6658bbc46
Reapply "[analyzer] Treat fields of unions as having symbolic offsets."

This time, actually uncomment the code that's supposed to fix the problem.

This reverts r165671 / 8ceb837585ed973dc36fba8dfc57ef60fc8f2735.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165676 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/MemRegion.cpp
test/Analysis/unions.cpp [new file with mode: 0644]