[PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.

Jordan Rose jordan_rose at apple.com
Wed Dec 11 11:28:43 PST 2013


  Does that comma change do the right thing for "(foo(a), b)"? (i.e. does it still warn about 'a' being uninitialized?)

http://llvm-reviews.chandlerc.com/D2387



More information about the cfe-commits mailing list