This is an archive of the discontinued LLVM Phabricator instance.

[AST] [NFC] Add a convenient getter from QualType to RecordDecl
ClosedPublic

Authored by george.karpenkov on Jul 27 2018, 6:17 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

LGTM. but would you mind running through the code and looking for places that would use this?

I need to use it a few times in the analyzer. I can try to search for other uses.

george.karpenkov retitled this revision from [AST] Add a convenient getter from QualType to RecordDecl to [AST] [NFC] Add a convenient getter from QualType to RecordDecl.
rjmccall accepted this revision.Jul 27 2018, 6:58 PM

Thanks, I appreciate it.

This revision is now accepted and ready to land.Jul 27 2018, 6:58 PM
This revision was automatically updated to reflect the committed changes.