[Lldb-commits] [PATCH] D54003: Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove redundant parameter which can be calculated from other parameter

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 12 16:33:21 PST 2018


shafik added a comment.

@zturner I would not be against discussing using pass by value for small objects going forward. I don't currently have a good feeling for at what sizes/data types the right trade-off is at though.


Repository:
  rL LLVM

https://reviews.llvm.org/D54003





More information about the lldb-commits mailing list