[PATCH] D23963: [analyzer] pr28449 - Move literal rvalue construction away from RegionStore.

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 27 14:50:18 PDT 2016


NoQ added inline comments.

================
Comment at: lib/StaticAnalyzer/Core/ExprEngineC.cpp:669
@@ +668,3 @@
+      // For structures, check if the respective field is a reference.
+      // FIXME: What if fields mismatch?
+      const RecordDecl *RD = RT->getDecl();
----------------
Whoops, was a note to myself, didn't mean to leave it here, sorry. Will actually have a look and update.


https://reviews.llvm.org/D23963





More information about the cfe-commits mailing list