NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

Comments always welcome!



================
Comment at: 
lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp:363-364
+
+  // ImmutableList::getHead() isn't a const method, hence the not too nice
+  // implementation.
   return (*Chain.begin()).getRegion();
----------------
Ugh, why is it not `const`?


Repository:
  rC Clang

https://reviews.llvm.org/D51417



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

Reply via email to