This removes many/most/all of the uses of virtual on functions
(but not destructors) in favor using 'override'.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good. You can also fix a couple of style issues, if you feel like it (or just keep it in mind for next time).
source/Commands/CommandObjectMemory.cpp | ||
---|---|---|
381 ↗ | (On Diff #36720) | You might as well reformat this when you are touching it (line break after the type). |
1719 ↗ | (On Diff #36720) | same here |
source/Commands/CommandObjectProcess.cpp | ||
179 ↗ | (On Diff #36720) | and here |
Comment Actions
Flag all destructors with override as appropriate. Also fix
the couple of code formatting issues pointed out by labath.