Deleted Added
full compact
40c40,41
< Dump(false), ConstantArraySizeAsWritten(false) { }
---
> Dump(false), ConstantArraySizeAsWritten(false),
> AnonymousTagLocations(true) { }
100c101,105
<
---
>
> /// \brief When printing an anonymous tag name, also print the location of
> /// that entity (e.g., "enum <anonymous at t.h:10:5>"). Otherwise, just
> /// prints "<anonymous>" for the name.
> bool AnonymousTagLocations : 1;