juliehockett added inline comments.
================ Comment at: clang-doc/Representation.cpp:53 + move(Namespace, std::move(Other.Namespace)); + extend(Description, std::move(Other.Description)); + return true; ---------------- sammccall wrote: > is plain concatenation of comments what you want? Yes, in this case, as they aren't comment strings but vectors of comment infos. https://reviews.llvm.org/D43341 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits