[PATCH] D79299: [TRE][NFC] Refactor shared state into member variables.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 12:58:35 PDT 2020
efriedma added a comment.
By "move the definitions", I just meant leave a forward declaration in the class definition, and the function definition outside the class definition.
Otherwise makes sense.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79299/new/
https://reviews.llvm.org/D79299
More information about the llvm-commits
mailing list