Similar to the C++14 void specializations of these templates, useful as a stop-gap until LLVM switches to '14.
Example use-cases in tblgen because I saw some functors that looked like they could be simplified/refactored.
Paths
| Differential D7324
STLExtras: Provide less/equal functors with templated function call operators, plus a deref'ing functor template utility ClosedPublic Authored by dblaikie on Feb 1 2015, 3:57 PM.
Details Summary Similar to the C++14 void specializations of these templates, useful as a stop-gap until LLVM switches to '14. Example use-cases in tblgen because I saw some functors that looked like they could be simplified/refactored.
Diff Detail Event TimelineClosed by commit rL227828: STLExtras: Provide less/equal functors with templated function call operators… (authored by dblaikie). · Explain WhyFeb 2 2015, 10:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 19119 include/llvm/ADT/STLExtras.h
utils/TableGen/CodeGenRegisters.h
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/RegisterInfoEmitter.cpp
|