Revision 939688e963fde7a0485f210ef2674c27692021a4 authored by Tim Foley on 07 November 2017, 22:05:22 UTC, committed by GitHub on 07 November 2017, 22:05:22 UTC
This is currently only useful for `struct` types.
I implemented a special-case exception so that the auto-generated `struct` types used for `cbuffer` members don't show their internal name.
I did *not* implement any logic to avoid returning the name `vector` for a vector type, etc., since they are all `DeclRefType`s and it seemed easiest to just let the user access information they can't really use.
1 parent 417c9f3
History

back to top