These two functions are almost exactly the same, so I decided to factor them out.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Actually, they are identical, aren't they?
I don't think you even need to template it
Comment Actions
I can use the closest base to {Load,Store}Expression, that is BasicExpression instead of the template but that has no getDefiningAccess(), do you prefer me to move the function there instead of templating?