[PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 14:17:05 PDT 2016


dblaikie added a comment.

Ah, I guess having DIFlags inside DINode helps scope the enumerators inside it (DINode::FlagZero rather than having "FlagZero" pollute the llvm namespace).


https://reviews.llvm.org/D23766





More information about the llvm-commits mailing list