The parenthese body should be parameter-declaration-clause, rather
than parameter-declaration-list.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
friendly ping.
clang-tools-extra/pseudo/test/glr.cpp | ||
---|---|---|
37 ↗ | (On Diff #429001) | 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). |
clang-tools-extra/pseudo/test/glr.cpp | ||
---|---|---|
37 ↗ | (On Diff #429001) | For detailed coverage of particular parts, t's not obvious to me whether a unit test or these tests will be more readable. (Consider writing a bunch of matchers and dealing with the messages from those, vs textual diffs here). |
37 ↗ | (On Diff #429001) | can we place this test in another file? (glr/varargs.cpp or so) One of the things that feels painful with clang's lit tests is having to reduce a failure in a huge file with many related tests. |