leonardchan marked 2 inline comments as done.
leonardchan added inline comments.


================
Comment at: lib/Sema/SemaType.cpp:4913-4916
+        ExpectNoDerefChunk = false;
+      }
+
+      ExpectNoDerefChunk = state.didParseNoDeref();
----------------
dblaikie wrote:
> Pointed out in PR41774 there's a dead store to ExpectNoDerefChunk here.
> 
> Should line 4913 be removed (& then the two if conditions can be collapsed 
> together)?
Yup, fixed in r360089


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D49511/new/

https://reviews.llvm.org/D49511



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

Reply via email to