Followup to D85191.
This changes getTypeInfoInChars to return a TypeInfoChars
struct instead of a std::pair of CharUnits. This lets the
interface match getTypeInfo more closely.
Paths
| Differential D86447
[AST] Change return type of getTypeInfoInChars to a proper struct instead of std::pair. ClosedPublic Authored by ebevhan on Aug 24 2020, 5:12 AM.
Details Summary Followup to D85191. This changes getTypeInfoInChars to return a TypeInfoChars
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 7 2020, 11:26 AM This revision was landed with ongoing or failed builds.Oct 13 2020, 4:44 AM Closed by commit rG101309fe048e: [AST] Change return type of getTypeInfoInChars to a proper struct instead of… (authored by ebevhan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 297825 clang/include/clang/AST/ASTContext.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/RecordLayoutBuilder.cpp
clang/lib/CodeGen/CGAtomic.cpp
clang/lib/CodeGen/CGBlocks.cpp
clang/lib/CodeGen/CGCUDANV.cpp
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CGClass.cpp
clang/lib/CodeGen/CGExprAgg.cpp
clang/lib/CodeGen/CGObjC.cpp
clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
clang/lib/CodeGen/CGValue.h
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
|