Skip to content

Commit a669ecb

Browse files
committed
work
1 parent 23f73a9 commit a669ecb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
| test.cpp:6:1:6:1 | return ... | Function test_return_f1 should return a value of type int but does not return a value here |
2+
| test.cpp:16:27:16:28 | { ... } | Function test_return_f3 should return a value of type int but does not return a value here |
3+
| test.cpp:33:1:33:1 | return ... | Function test_return_f5 should return a value of type int but does not return a value here |
4+
| test.cpp:51:19:52:3 | { ... } | Function test_trycatch_f1 should return a value of type int but does not return a value here |
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// GENERATED FILE - DO NOT MODIFY
2+
import codingstandards.cpp.rules.nonvoidfunctiondoesnotreturn.NonVoidFunctionDoesNotReturn

0 commit comments

Comments
 (0)