[PATCH] D70787: [Syntax] Build SimpleDeclaration node that groups multiple declarators

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 29 02:31:34 PST 2019


gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/unittests/Tooling/Syntax/TreeTest.cpp:453
+)txt"},
+      // Multiple declarators group into a single SimpleDeclaration.
+      {R"cpp(
----------------
Could you add two tests that are like these two, but within a function body?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70787





More information about the cfe-commits mailing list