[PATCH] D125479: [pseudo] Fix the incorrect parameters-and-qualifiers rule.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 3 03:42:15 PDT 2022


hokein added a comment.

friendly ping.



================
Comment at: clang-tools-extra/pseudo/test/glr.cpp:37
+
+void foo2(int, ...);
+// CHECK:      declaration~simple-declaration := decl-specifier-seq init-declarator-list ;
----------------
since we have the builtin pseudoCXX library now, we could use it to write a cxx unittest, so that we can get rid of this cxx lit test. what do you think? (I have a feeling we might add more in the future, I just discovered a new oversight in our cxx.bnf grammar).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125479



More information about the cfe-commits mailing list