[PATCH] D86600: [SyntaxTree] Migrate `ParamatersAndQualifiers` to use the new List API

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 26 07:18:57 PDT 2020


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


================
Comment at: clang/unittests/Tooling/Syntax/BuildTreeTest.cpp:4041
+template<typename T, typename... Args>
+[[void test(T , Args... );]]
+)cpp",
----------------
Could you also add one with a name? `Args... args`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86600



More information about the cfe-commits mailing list