NoQ added inline comments.

================
Comment at: test/Analysis/unions.cpp:82
     uu = vv;
-    // FIXME: Should be true.
-    clang_analyzer_eval(uu.i == 5); // expected-warning{{UNKNOWN}}
+    clang_analyzer_eval(uu.i == 5); // expected-warning{{TRUE}}
   }
----------------
This test got fixed because we're now loading the default-bound lazy compound 
value for `vv` from `uu` correctly.


Repository:
  rC Clang

https://reviews.llvm.org/D45241



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to