[PATCH] D23766: DebugInfo: introduce di_flags_t type for debug info flags

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 08:51:03 PDT 2016


aprantl added a comment.

Having a separate type for the flags could help in making the DIBuilder interfaces (where we often have 3+ integer parameters in a row) more typesafe.

Note that the spelling doesn't conform to the LLVM style: http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly


https://reviews.llvm.org/D23766





More information about the llvm-commits mailing list