DiegoAstiazaran added inline comments.

================
Comment at: clang-tools-extra/clang-doc/HTMLGenerator.cpp:75
+    Children.emplace_back(
+        llvm::make_unique<TextNode>(Text.str(), !InlineChildren));
+  }
----------------
jakehehrlich wrote:
> I think you can just write `Children.emplace_back(Text.str(), 
> !InlineChildren)`
I think it is necessary to explicitly pass a unique_ptr, not only the args.


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

https://reviews.llvm.org/D63857



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

Reply via email to