This patch fixes misleading names of entities related to getting, setting and generation of TBAA access type descriptors.
This is effectively an attempt to provide a review for D37826 by breaking it into smaller pieces.
Paths
| Differential D38404
[CodeGen] Do not refer to complete TBAA info where we actually deal with just TBAA access types ClosedPublic Authored by kosarev on Sep 29 2017, 7:44 AM.
Details
Summary This patch fixes misleading names of entities related to getting, setting and generation of TBAA access type descriptors. This is effectively an attempt to provide a review for D37826 by breaking it into smaller pieces.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 29 2017, 7:55 PM Closed by commit rL314657: [CodeGen] Do not refer to complete TBAA info where we actually deal with just… (authored by kosarev). · Explain WhyOct 2 2017, 2:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 117315 cfe/trunk/lib/CodeGen/CGAtomic.cpp
cfe/trunk/lib/CodeGen/CGExpr.cpp
cfe/trunk/lib/CodeGen/CGValue.h
cfe/trunk/lib/CodeGen/CodeGenFunction.h
cfe/trunk/lib/CodeGen/CodeGenFunction.cpp
cfe/trunk/lib/CodeGen/CodeGenModule.h
cfe/trunk/lib/CodeGen/CodeGenModule.cpp
cfe/trunk/lib/CodeGen/CodeGenTBAA.h
cfe/trunk/lib/CodeGen/CodeGenTBAA.cpp
|