aprantl added inline comments.
================ Comment at: lib/CodeGen/CodeGenFunction.h:308 + /// \brief An abstract representation of regular/ObjC call/message targets. + class AbstractCallee { ---------------- The \brief is redundant (we use autobrief) and shouldn't be used any more. https://reviews.llvm.org/D30599 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits