[PATCH] D121108: [pseudo] Add readme

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 7 05:05:22 PST 2022


hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: clang/lib/Tooling/Syntax/Pseudo/README.md:8
+The result is a strict syntactic tree whose structure follows the C++ grammar.
+There is no syntactic analysis, apart from guesses to disambiguate the parse.
+Disambiguation can optionally be guided by an AST or a symbol index.
----------------
syntactic => semantic I think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121108



More information about the cfe-commits mailing list