[all-commits] [llvm/llvm-project] fe932a: [pseudo] Add first and follow set computation in G...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Feb 9 00:16:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe932a88e970d707c0759fae1f211d0f40ca06da
https://github.com/llvm/llvm-project/commit/fe932a88e970d707c0759fae1f211d0f40ca06da
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M clang/include/clang/Tooling/Syntax/Pseudo/Grammar.h
M clang/lib/Tooling/Syntax/Pseudo/Grammar.cpp
M clang/unittests/Tooling/Syntax/Pseudo/GrammarTest.cpp
Log Message:
-----------
[pseudo] Add first and follow set computation in Grammar.
These will be used when building parsing table for LR parsers.
Separate from https://reviews.llvm.org/D118196.
Differential Revision: https://reviews.llvm.org/D118990
More information about the All-commits
mailing list