Author: Haojian Wu Date: 2022-09-22T11:07:25+02:00 New Revision: 983cb53845efde4b2a142a3e520ebe30c6673515
URL: https://github.com/llvm/llvm-project/commit/983cb53845efde4b2a142a3e520ebe30c6673515 DIFF: https://github.com/llvm/llvm-project/commit/983cb53845efde4b2a142a3e520ebe30c6673515.diff LOG: [pseudo] NFC, Remove an extral blank line. Added: Modified: clang-tools-extra/pseudo/lib/GLR.cpp Removed: ################################################################################ diff --git a/clang-tools-extra/pseudo/lib/GLR.cpp b/clang-tools-extra/pseudo/lib/GLR.cpp index 0639990e8f7f1..e49cbc40efce0 100644 --- a/clang-tools-extra/pseudo/lib/GLR.cpp +++ b/clang-tools-extra/pseudo/lib/GLR.cpp @@ -699,7 +699,6 @@ void glrReduce(std::vector<const GSS::Node *> &Heads, SymbolID Lookahead, } const GSS::Node *GSS::addNode(LRTable::StateID State, const ForestNode *Symbol, - llvm::ArrayRef<const Node *> Parents) { Node *Result = new (allocate(Parents.size())) Node(); Result->State = State; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits