Skip to content
Commit 83e37bee authored by Richard Smith's avatar Richard Smith
Browse files

PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's

side-effect is not sequenced before its value computation. Also fix a
mishandling of ?: expressions where the condition is constant that was
exposed by the tests for this.

llvm-svn: 185035
parent b4e1d4c6
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