[Lldb-commits] [PATCH] D33812: [TypeSystem] Handle Clang AttributedTypes

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 1 17:51:37 PDT 2017


jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.

That seems correct since we aren't recording the attributes in the type flags.

The only question I have is that you're assuming something that has a TypeClass of Attributed will always convert to an AttributedType successfully, and that attributed types can always fetch the type they are an attribute-modified type of.  Those both seem reasonable assumptions, do you know they are true?


Repository:
  rL LLVM

https://reviews.llvm.org/D33812





More information about the lldb-commits mailing list