Details
Details
- Reviewers
gribozavr2
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please also add appropriate handling to syntax::List::getDelimiterTokenKind, getTerminationKind, and canBeEmpty.
| clang/lib/Tooling/Syntax/Nodes.cpp | ||
|---|---|---|
| 231 | ||
Comment Actions
Could you add unit tests for methods in List and NNS? OK if they are in a separate patch.
| clang/lib/Tooling/Syntax/Tree.cpp | ||
|---|---|---|
| 362 | Please drop the braces within 'case' unless you need them to create a new scope for a variable. | |