[all-commits] [llvm/llvm-project] 221d7b: Add `CharLiteral` to SyntaxTree
Eduardo Caldas via All-commits
all-commits at lists.llvm.org
Thu Jun 25 10:05:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 221d7bbe49cceb0e408f0f46d9f8371e6c9fee2c
https://github.com/llvm/llvm-project/commit/221d7bbe49cceb0e408f0f46d9f8371e6c9fee2c
Author: Eduardo Caldas <ecaldas at google.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M clang/include/clang/Tooling/Syntax/Nodes.h
M clang/lib/Tooling/Syntax/BuildTree.cpp
M clang/lib/Tooling/Syntax/Nodes.cpp
M clang/unittests/Tooling/Syntax/TreeTest.cpp
Log Message:
-----------
Add `CharLiteral` to SyntaxTree
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D82312
Commit: 466e8b7ea6e162d48cac42ccda210bdeb11080e3
https://github.com/llvm/llvm-project/commit/466e8b7ea6e162d48cac42ccda210bdeb11080e3
Author: Eduardo Caldas <ecaldas at google.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M clang/include/clang/Tooling/Syntax/Nodes.h
M clang/lib/Tooling/Syntax/BuildTree.cpp
M clang/lib/Tooling/Syntax/Nodes.cpp
M clang/unittests/Tooling/Syntax/TreeTest.cpp
Log Message:
-----------
Add StringLiteral to SyntaxTree
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D82360
Commit: 7b404b6d003181e990f53d27866ee98d5151c4f3
https://github.com/llvm/llvm-project/commit/7b404b6d003181e990f53d27866ee98d5151c4f3
Author: Eduardo Caldas <ecaldas at google.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M clang/include/clang/Tooling/Syntax/Nodes.h
M clang/lib/Tooling/Syntax/BuildTree.cpp
M clang/lib/Tooling/Syntax/Nodes.cpp
M clang/unittests/Tooling/Syntax/TreeTest.cpp
Log Message:
-----------
Add `FloatingLiteral` to SyntaxTree
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D82318
Compare: https://github.com/llvm/llvm-project/compare/c4b1daed1d6a...7b404b6d0031
More information about the All-commits
mailing list