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

================
Comment at: clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp:40
+              // TODO: Extend this with other clades
+              namedDecl(hasName("clang::Stmt")).bind("nodeClade")),
+          optionally(isDerivedFrom(cxxRecordDecl().bind("derivedFrom"))))
----------------
aaron.ballman wrote:
> TIL what "clade" means, thank you for that new word. :-D
It's a biology word, but I think it works well!


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