[PATCH] D61637: [Syntax] Introduce syntax trees

Ilya Biryukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 10:23:06 PDT 2019


ilya-biryukov updated this revision to Diff 208454.
ilya-biryukov marked 4 inline comments as done.
ilya-biryukov added a comment.

- s/TranslationUnitDeclaration/TranslationUnit
- Remove accessor from 'eof', add a FIXME to remove it from the tree altogether


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61637

Files:
  clang/include/clang/Tooling/Syntax/BuildTree.h
  clang/include/clang/Tooling/Syntax/Nodes.h
  clang/include/clang/Tooling/Syntax/Tree.h
  clang/lib/Tooling/Syntax/BuildTree.cpp
  clang/lib/Tooling/Syntax/CMakeLists.txt
  clang/lib/Tooling/Syntax/Nodes.cpp
  clang/lib/Tooling/Syntax/Tree.cpp
  clang/unittests/Tooling/Syntax/CMakeLists.txt
  clang/unittests/Tooling/Syntax/TreeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61637.208454.patch
Type: text/x-patch
Size: 32926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190708/11b6c7db/attachment.bin>


More information about the llvm-commits mailing list