Details
Details
- Reviewers
gribozavr2 - Commits
- rG3b739690b01e: Add support for IntegerLiteral in SyntaxTree
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/include/clang/Tooling/Syntax/Nodes.h | ||
|---|---|---|
| 193 | "literalToken"? | |
| clang/unittests/Tooling/Syntax/TreeTest.cpp | ||
| 706 ↗ | (On Diff #268382) | Please add more tests for integers with suffixes (0u, 0ll etc.), different bases (hex, octal etc.), digit separators. http://eel.is/c++draft/lex.icon |
| clang/unittests/Tooling/Syntax/TreeTest.cpp | ||
|---|---|---|
| 718 ↗ | (On Diff #268420) | Could you remove the whitespace in front of )cpp" for consistency with the rest of the file? |
| 758 ↗ | (On Diff #268420) | IntegerLiteralLongLong |
| 792 ↗ | (On Diff #268420) | IntegerLiteralBinary |
| 821 ↗ | (On Diff #268420) | IntegerLiteralWithDigitSeparators |
| clang/include/clang/Tooling/Syntax/Nodes.h | ||
|---|---|---|
| 645 | Could you move this change to a separate patch? | |
"literalToken"?