[PATCH] D95832: [SampleFDO][NFC] Add inline keywords to member functions that will be in the template header file

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 12:40:05 PST 2021


davidxl added a comment.

Is the intention to move them (inline bodies) into the header? For those functions that are not, leave them as being defined out of line. Otherwise moving them into class body is a preparation for the next step (moving to header).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95832/new/

https://reviews.llvm.org/D95832



More information about the llvm-commits mailing list