52/56
IsolateDeclCheck.cpp -
ReadabilityTidyModule.cpp -
readability-isolate-decl.rst -
readability-isolate-decl-cxx17.cpp 2/2
readability-isolate-decl.cpp
| | Authored by JonasToth on Sep 11 2018, 2:16 PM. Event TimelineJonasToth retitled this revision from [WIP][clang-tidy] initial ideas to isolate variable declarations to [clang-tidy] new check 'readability-isolate-declaration'.
33 ↗ | (On Diff #167491) | |
87 ↗ | (On Diff #167491) | |
52 ↗ | (On Diff #167491) | |
230 ↗ | (On Diff #167491) | |
85 ↗ | (On Diff #167491) | |
48 ↗ | (On Diff #167491) | |
24 ↗ | (On Diff #168091) | |
30 ↗ | (On Diff #168091) | |
52 ↗ | (On Diff #167491) | |
69 ↗ | (On Diff #169389) | |
71 ↗ | (On Diff #169389) | |
141 ↗ | (On Diff #169389) | |
191 ↗ | (On Diff #169389) | |
86 ↗ | (On Diff #169389) | |
78 ↗ | (On Diff #169389) | |
81 ↗ | (On Diff #169389) | |
3 ↗ | (On Diff #169389) | |
10 ↗ | (On Diff #169389) | |
23 ↗ | (On Diff #169389) | |
31 ↗ | (On Diff #169389) | |
45 ↗ | (On Diff #169389) | |
63 ↗ | (On Diff #169389) | |
52 ↗ | (On Diff #167491) | |
3 ↗ | (On Diff #169389) | |
45 ↗ | (On Diff #169389) | |
This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | 1 line | | 35 lines | | 282 lines | | 3 lines | | | | 5 lines | | | | 1 line | | 6 lines | | | | 37 lines | | 121 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
9dcd453b0a60 | 6392749ce207 | 3f8d32f37bbc | Jonas Toth | improve diagnostic to include number of declared variables | Sep 17 2018, 6:09 AM | 3f8d32f37bbc | e407db92c56d | 8c6d657109c7 | Jonas Toth | add tests for macros | Sep 16 2018, 7:33 AM | 8c6d657109c7 | 5a1d00efe640 | befbbef78c3e | Jonas Toth | fix bug for 2 decl stmts, more debug output when the transformation bails | Sep 16 2018, 7:19 AM | befbbef78c3e | 70552e2a79ec | eeda25e56932 | Jonas Toth | make error handling more solid, broke previously working transformations for… (Show More…) | Sep 15 2018, 2:36 PM | eeda25e56932 | c8671c30ae2d | b11a390834ff | Jonas Toth | refactor token finding unified | Sep 15 2018, 1:37 PM | b11a390834ff | 94daa424bc0d | cbc3913cd4e3 | Jonas Toth | ignore some special cases, add c++17 tests | Sep 15 2018, 10:28 AM | cbc3913cd4e3 | 31e956305f0c | b3140cc1d13b | Jonas Toth | [Misc] add new test case for for init | Sep 15 2018, 10:24 AM | b3140cc1d13b | 37bfc1c2c528 | 626bf6ba3643 dbc5a1d5087a | Jonas Toth | Merge branch 'master' into experiment_isolate_decl | Sep 15 2018, 5:53 AM | 626bf6ba3643 | f9cad6b17a78 | 35d92b69ded0 b840cb24f92b | Jonas Toth | Merge branch 'experiment_isolate_decl' of github.com:JonasToth/clang-tools… (Show More…) | Sep 15 2018, 5:52 AM | b840cb24f92b | b45c7d73a978 | 882ded177b20 | Jonas Toth | finalize current tests and trim right whitespace of last generated replacement | Sep 13 2018, 9:57 AM | 882ded177b20 | afb18e071261 | f26ccebdd52b | Jonas Toth | do proper transformations for normal vardecls | Sep 13 2018, 9:29 AM | f26ccebdd52b | 9b052898e826 | 2809fd4074df | Jonas Toth | [WIP][clang-tidy] initial ideas to isolate variable declarations (Show More…) | Sep 11 2018, 2:03 PM | 2809fd4074df | 6be031e08498 | 8005700361b4 | Jonas Toth | do a full transformation of the multi decl stmt | Sep 10 2018, 3:09 PM | 8005700361b4 | 5348fa672167 | 7e7d35c74090 | Jonas Toth | [Misc] work further on the experiment | Aug 24 2018, 12:42 PM | 7e7d35c74090 | 03189e803266 | bb007aae4a21 | Jonas Toth | [Feature] implement the last-element extraction version kinda ok | Aug 16 2018, 4:24 PM | bb007aae4a21 | 27069bf44c7c | 4fac53f8cbca | Jonas Toth | [Feature] initial commit for extract decl experiment | Aug 16 2018, 3:06 PM | 35d92b69ded0 | 7f7bc6d9ec41 | 202aff6a84b9 | Jonas Toth | do a full transformation of the multi decl stmt | Sep 10 2018, 3:09 PM | 202aff6a84b9 | d2fc20d08e80 | 81b8aaed06d4 | Jonas Toth | [Misc] work further on the experiment | Aug 24 2018, 12:42 PM | 81b8aaed06d4 | 5d9429f4dc04 | 1f24dd2432fc | Jonas Toth | [Feature] implement the last-element extraction version kinda ok | Aug 16 2018, 4:24 PM | 1f24dd2432fc | b3614dac0227 | e8f226ac6aad | Jonas Toth | [Feature] initial commit for extract decl experiment | Aug 16 2018, 3:06 PM |
|
nit: space between clang-tidy (also, in .cpp file)