eduucaldas added inline comments.

================
Comment at: clang/unittests/Tooling/Syntax/TreeTest.cpp:3363
+    | |-'if' IntroducerKeyword I
+    | |-'(' I
+    | |-BinaryOperatorExpression I
----------------
Some points to make a decision. 
What should be the order of these extra information?
I like the order now, Most frequent in the left.

More decriptive markers?
We could choose to have more descriptive markers
`I` -> `unmodifieable`
`M`-> `not backed by source code` / `synthesized`

Ambiguity.
Since we choose to not dump a role for `NodeRole::Unknown` we might have some 
ambiguity between NodeRoles and markers. We can avoid that by surrounding 
markers, or making them lower-case. or even by just leaving one character 
markers




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85316

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

Reply via email to