Skip to content
Commit a41d9dd1 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fix PR 4631. The compound initializers of unions were not being evaluated, which

could cause false positives if any the subexpressions had side-effects. These
initializers weren't evaluated because the StoreManager would need to handle
them, but that's an orthogonal problem of whether or not the StoreManager can
handle the binding.

llvm-svn: 77361
parent 1da7555a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment