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 | ||
---|---|---|
190 | "literalToken"? | |
clang/unittests/Tooling/Syntax/TreeTest.cpp | ||
728 | 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/include/clang/Tooling/Syntax/Nodes.h | ||
---|---|---|
642 | Could you move this change to a separate patch? |
"literalToken"?