Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 6 02:38:54 PDT 2015


xazax.hun added inline comments.

================
Comment at: test/Analysis/const-method-call.cpp:26
@@ +25,3 @@
+
+struct Derived : Base {
+  mutable int mut;
----------------
Please add a  test case, where only base have a mutable field.


http://reviews.llvm.org/D13099





More information about the cfe-commits mailing list