Files
clang-p2996/llvm/utils/TableGen/DirectiveEmitter.cpp
Rahul Joshi f7479b5ff4 [NFC][TableGen] Simplify DirectiveEmitter using range for loops (#107909)
Make constructors that take const Record * implicit, allowing us to
simplify some range based loops to use that class instance as the loop
variable.

Change remaining constructor calls to use () instead of {} to construct
objects.
2024-09-09 18:24:07 -07:00

45 KiB