Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sorry for the noise, didn't realize this will trigger Herald rules. Wanted to check with @kazu if this looks fine in principle and if it should be split up into multiple commits (e.g. per project).
Comment Actions
I'm personally OK with one giant patch if it is purely mechanical.
I am OK with CTAD also. IIUC, CTAD variables are sort of the best of both worlds -- auto and fully-specified types like SaveRestore<bool>. It's a bit more descriptive than auto but less verbose than fully-specified types.