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

================
Comment at: clang/include/clang/Tooling/NodeIntrospection.h:54
+public:
+  static std::string format(LocationCall *Call) {
+    std::vector<LocationCall *> vec;
----------------
njames93 wrote:
> Should this (and potential a few others) be moved to an implementation file.
The implementation file is generated by the python script. Rather than hiding 
this in the python script, I think it's better to leave it here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93164

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

Reply via email to