[clang] [llvm] Add RunTimeLang to Class and Enumeration DIBuilder functions (PR #72011)
Felipe de Azevedo Piovezan via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 14 16:30:14 PST 2023
================
@@ -424,6 +424,7 @@ namespace llvm {
/// \param OffsetInBits Member offset.
/// \param Flags Flags to encode member attribute, e.g. private
/// \param Elements class members.
+ /// \param RunTimeLang Optional parameter, Objective-C runtime version.
----------------
felipepiovezan wrote:
let's use an `optional` type to denote an optional value
https://github.com/llvm/llvm-project/pull/72011
More information about the cfe-commits
mailing list