This should make it easier to add more structor variants.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 29518 Build 29517: arc lint + arc unit
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 191966 clang/include/clang/AST/GlobalDecl.h
clang/lib/CodeGen/CGCXX.cpp
clang/lib/CodeGen/CGCXXABI.h
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CGClass.cpp
clang/lib/CodeGen/CGDeclCXX.cpp
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CGExprCXX.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/lib/CodeGen/CodeGenModule.h
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenTypes.h
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/lib/CodeGen/MicrosoftCXXABI.cpp
|