[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
Wed Nov 7 14:19:58 PST 2018


shafik added a comment.

@zturner I don't see `AddEnumerationValueToEnumerationType` being called in `SymbolFile/NativePDB.cpp` https://github.com/llvm-mirror/lldb/search?q=AddEnumerationValueToEnumerationType&unscoped_q=AddEnumerationValueToEnumerationType


https://reviews.llvm.org/D54003





More information about the lldb-commits mailing list