[all-commits] [llvm/llvm-project] 06b83f: [TableGen] NFC: Switch to range-based for loops in...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Mon Dec 21 03:41:21 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 06b83fd6c75b48a6a93dc580fb4409e13608a045
https://github.com/llvm/llvm-project/commit/06b83fd6c75b48a6a93dc580fb4409e13608a045
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M llvm/utils/TableGen/OptParserEmitter.cpp
Log Message:
-----------
[TableGen] NFC: Switch to range-based for loops in OptParserEmitter
This simplifies the code a bit. No functionality change.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D93526
Commit: 164bcbd40e6d10cd8a01477e2e9029b955fea93b
https://github.com/llvm/llvm-project/commit/164bcbd40e6d10cd8a01477e2e9029b955fea93b
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M llvm/utils/TableGen/OptParserEmitter.cpp
Log Message:
-----------
[TableGen] NFC: Rename variables in OptParserEmitter
Switch to the LLVM naming convention.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D93527
Compare: https://github.com/llvm/llvm-project/compare/d6abd7317a26...164bcbd40e6d
More information about the All-commits
mailing list