[all-commits] [llvm/llvm-project] 231535: [pseudo] Generate an enum type for identifying gra...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Fri Jul 15 06:11:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23153589065555078cd35e2eb64bdcb711b2ec35
https://github.com/llvm/llvm-project/commit/23153589065555078cd35e2eb64bdcb711b2ec35
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2022-07-15 (Fri, 15 Jul 2022)
Changed paths:
M clang-tools-extra/pseudo/gen/Main.cpp
M clang-tools-extra/pseudo/include/clang-pseudo/cxx/CXX.h
M clang-tools-extra/pseudo/include/clang-pseudo/grammar/Grammar.h
M clang-tools-extra/pseudo/lib/grammar/Grammar.cpp
M clang-tools-extra/pseudo/unittests/GrammarTest.cpp
Log Message:
-----------
[pseudo] Generate an enum type for identifying grammar rules.
The Rule enum type enables us to identify a grammar rule within C++'s
type system.
Differential Revision: https://reviews.llvm.org/D129359
More information about the All-commits
mailing list