Timeline for Alternative to reorder c++ tokens
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 4, 2017 at 11:24 | review | Close votes | |||
| Feb 22, 2017 at 3:04 | |||||
| Feb 4, 2017 at 4:49 | comment | added | 5gon12eder | I'm sure that the more intrusive Clang tools (modernize) can perform this transformation. But I have no experience in using them. | |
| Feb 4, 2017 at 3:10 | comment | added | Jon | I'm not sure if it is worth the hassle. If the answer is sed magic followed by clang format, I'm too afraid of making a mistake by the changing something in a string context or messing up with a const function. If there is a tool that does this already then it might be worth the hassle. | |
| Feb 3, 2017 at 22:49 | comment | added | Doc Brown | So you are going introduce a risk of breaking something by introducing a change which does not really improve the readabilty of the code, just make it a little bit more consistent? Sure it will be worth the hassle? | |
| Feb 3, 2017 at 22:43 | comment | added | Paul92 | Hi and welcome. Why not use a simple search and replace with a regex? | |
| Feb 3, 2017 at 21:13 | review | First posts | |||
| Feb 6, 2017 at 6:09 | |||||
| Feb 3, 2017 at 21:08 | history | asked | Jon | CC BY-SA 3.0 |