================ @@ -2081,6 +2081,56 @@ void CGDebugInfo::CollectRecordLambdaFields( } } +/// Build an llvm::ConstantDataArray from the initialized elements of an +/// APValue array, using the narrowest integer type that fits ElemBitWidth. ---------------- dzhidzhoev wrote:
ElemBitWidth is not an argument of the function, so it's better not to mention it in the function's docstring. https://github.com/llvm/llvm-project/pull/182442 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
