Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. but would you mind running through the code and looking for places that would use this?
Paths
| Differential D49951
[AST] [NFC] Add a convenient getter from QualType to RecordDecl ClosedPublic Authored by george.karpenkov on Jul 27 2018, 6:17 PM.
Details
Diff Detail
Event TimelineComment Actions LGTM. but would you mind running through the code and looking for places that would use this? 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. This revision is now accepted and ready to land.Jul 27 2018, 6:58 PM Closed by commit rL338187: [AST] Add a convenient getter from QualType to RecordDecl (authored by george.karpenkov). · Explain WhyJul 27 2018, 7:16 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 157828 cfe/trunk/include/clang/AST/Type.h
cfe/trunk/lib/AST/Decl.cpp
cfe/trunk/lib/AST/Type.cpp
cfe/trunk/lib/Analysis/BodyFarm.cpp
cfe/trunk/lib/CodeGen/CGExprConstant.cpp
cfe/trunk/lib/CodeGen/CGRecordLayoutBuilder.cpp
|