Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | ||
---|---|---|
934 ↗ | (On Diff #20501) | You may put this statement in initializer list and make m_saved_timeout const; |
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | ||
---|---|---|
934 ↗ | (On Diff #20501) | I would prefer to leave it here because I think it is a bit cleaner (don't like complex expressions in the initializer list) and making it const don't make that big effect in a such simple class. |