[PATCH] D32348: [libclang] Check for a record declaration before a template specialization.

Emilio Cobos Álvarez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 26 15:47:47 PDT 2017


emilio added a comment.

> FWIW when I wrote https://reviews.llvm.org/D26663, I did it because arguments weren't inspectionable at all for `using` declarations. Actually both of them would've worked for me.

Also, this bit was not completely accurate, and you could inspect ones, but not others (you could inspect the ones that desugared into a RecordDecl that happened to be a template specialization, as shown by the bug you pointed out).


Repository:
  rL LLVM

https://reviews.llvm.org/D32348





More information about the cfe-commits mailing list