File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/Best Practices/Likely Errors
test/query-tests/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5050 not isParenthesized ( ce ) and
5151 leftLoc .getEndLine ( ) < rightLoc .getStartLine ( ) and
5252 leftLoc .getStartColumn ( ) > rightLoc .getStartColumn ( )
53- select right , "The indentation level may be misleading ( for some tab sizes) ."
53+ select right , "The indentation level may be misleading for some tab sizes."
Original file line number Diff line number Diff line change 1- | test.cpp:49:2:49:8 | (void)... | The indentation level may be misleading ( for some tab sizes) . |
2- | test.cpp:52:2:52:15 | (void)... | The indentation level may be misleading ( for some tab sizes) . |
3- | test.cpp:160:3:160:9 | (void)... | The indentation level may be misleading ( for some tab sizes) . |
4- | test.cpp:166:5:166:7 | ... ++ | The indentation level may be misleading ( for some tab sizes) . |
5- | test.cpp:176:6:178:6 | ... ? ... : ... | The indentation level may be misleading ( for some tab sizes) . |
1+ | test.cpp:49:2:49:8 | (void)... | The indentation level may be misleading for some tab sizes. |
2+ | test.cpp:52:2:52:15 | (void)... | The indentation level may be misleading for some tab sizes. |
3+ | test.cpp:160:3:160:9 | (void)... | The indentation level may be misleading for some tab sizes. |
4+ | test.cpp:166:5:166:7 | ... ++ | The indentation level may be misleading for some tab sizes. |
5+ | test.cpp:176:6:178:6 | ... ? ... : ... | The indentation level may be misleading for some tab sizes. |
You can’t perform that action at this time.
0 commit comments