[PATCH] D130626: [pseudo] experiment

2022-07-27 Thread Haojian Wu via Phabricator via cfe-commits
hokein added a comment. The solution in imperfect here (it is based on the identifier content, so it won't work if the code happen to have two same-content-but-different-kind tokens, e.g. `trace::Span Span;`), but it at least shows that ambiguities in identifiers are the most critical one.

[PATCH] D130626: [pseudo] experiment

2022-07-27 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. Herald added subscribers: usaxena95, kadircet. Herald added a project: All. hokein requested review of this revision. Herald added subscribers: cfe-commits, alextsao1999, ilya-biryukov. Herald added a project: clang-tools-extra. This is not the direction we will