dblaikie added inline comments.
================ Comment at: lib/Sema/SemaType.cpp:4913-4916 + ExpectNoDerefChunk = false; + } + + ExpectNoDerefChunk = state.didParseNoDeref(); ---------------- 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)? 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