This should make it easier to add more structor variants.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D59724
IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI. ClosedPublic Authored by pcc on Mar 22 2019, 3:30 PM.
Details Summary This should make it easier to add more structor variants.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 22 2019, 3:46 PM Closed by commit rL356822: IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI. (authored by pcc). · Explain WhyMar 22 2019, 4:03 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 191969 cfe/trunk/include/clang/AST/GlobalDecl.h
cfe/trunk/lib/CodeGen/CGCXX.cpp
cfe/trunk/lib/CodeGen/CGCXXABI.h
cfe/trunk/lib/CodeGen/CGCall.cpp
cfe/trunk/lib/CodeGen/CGClass.cpp
cfe/trunk/lib/CodeGen/CGDeclCXX.cpp
cfe/trunk/lib/CodeGen/CGExpr.cpp
cfe/trunk/lib/CodeGen/CGExprCXX.cpp
cfe/trunk/lib/CodeGen/CodeGenFunction.h
cfe/trunk/lib/CodeGen/CodeGenModule.h
cfe/trunk/lib/CodeGen/CodeGenModule.cpp
cfe/trunk/lib/CodeGen/CodeGenTypes.h
cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp
cfe/trunk/lib/CodeGen/MicrosoftCXXABI.cpp
|