[PATCH] clang does not emit DW_TAG_enumerator and DW_TAG_enumeration_type for unnamed enum types

Eric Christopher echristo at gmail.com
Tue Feb 25 17:26:43 PST 2014


  Yeah, I don't have time to look at it at the moment, but I think the behavior that gcc follows here is - if an enumerator is referenced then its enumeration is added to the list of things to emit. I don't think we want to be less aggressive than this by default.

http://llvm-reviews.chandlerc.com/D2286



More information about the cfe-commits mailing list