We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2310c8a commit 3d99627Copy full SHA for 3d99627
clang/lib/CIR/CodeGen/CIRGenFunctionInfo.h
@@ -66,6 +66,8 @@ class RequiredArgs {
66
}
67
};
68
69
+// The TrailingObjects for this class contain the function return type in the
70
+// first CanQualType slot, followed by the argument types.
71
class CIRGenFunctionInfo final
72
: public llvm::FoldingSetNode,
73
private llvm::TrailingObjects<CIRGenFunctionInfo, CanQualType> {
0 commit comments