Commit dbc4d28
[clang-format] Do not insert space after new/delete keywords in C function declarations
Fixes llvm#46915.
Reviewed By: curdeius, HazardyKnusperkeks
Differential Revision: https://reviews.llvm.org/D1203741 parent de462a4 commit dbc4d28
File tree
2 files changed
+14
-5
lines changed- clang
- lib/Format
- unittests/Format
2 files changed
+14
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3299 | 3299 | | |
3300 | 3300 | | |
3301 | 3301 | | |
3302 | | - | |
3303 | | - | |
3304 | | - | |
3305 | | - | |
3306 | | - | |
| 3302 | + | |
| 3303 | + | |
| 3304 | + | |
| 3305 | + | |
| 3306 | + | |
| 3307 | + | |
| 3308 | + | |
| 3309 | + | |
| 3310 | + | |
3307 | 3311 | | |
3308 | 3312 | | |
3309 | 3313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9919 | 9919 | | |
9920 | 9920 | | |
9921 | 9921 | | |
| 9922 | + | |
| 9923 | + | |
| 9924 | + | |
| 9925 | + | |
| 9926 | + | |
9922 | 9927 | | |
9923 | 9928 | | |
9924 | 9929 | | |
| |||
0 commit comments