Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
lib/CodeGen/CodeGenFunction.h | ||
---|---|---|
2725 | Multiple bool parameters aren't super great. Could we make it an enum and | the two properties as needed? If it's super painful, this could be done later. |
lib/CodeGen/CodeGenFunction.h | ||
---|---|---|
2725 | Alternatively, is there a reason that the qualifiers on Ty aren't sufficient for this? If we're passing down the access type anyway, I'm not sure why we need to be separately passing Volatile. |
Multiple bool parameters aren't super great. Could we make it an enum and | the two properties as needed? If it's super painful, this could be done later.