Files
codeql/cpp/ql/test/library-tests/attributes/routine_attributes/arguments.expected
2018-08-02 17:53:23 +01:00

8 lines
1022 B
Plaintext

| declspec.cpp:4:23:4:43 | Use fatal() instead | declspec.cpp:4:59:4:62 | exit | declspec.cpp:4:12:4:21 | deprecated | Use fatal() instead |
| routine_attributes.c:3:53:3:59 | dummy | routine_attributes.c:3:12:3:24 | named_weakref | routine_attributes.c:3:44:3:50 | weakref | dummy |
| routine_attributes.c:4:62:4:68 | dummy | routine_attributes.c:4:12:4:26 | aliased_weakref | routine_attributes.c:4:55:4:59 | alias | dummy |
| routine_attributes.c:6:49:6:55 | dummy | routine_attributes.c:6:12:6:22 | plain_alias | routine_attributes.c:6:42:6:46 | alias | dummy |
| routine_attributes.c:8:49:8:51 | 100 | routine_attributes.c:8:12:8:18 | init_fn | routine_attributes.c:8:37:8:47 | constructor | 100 |
| routine_attributes.c:9:50:9:52 | 200 | routine_attributes.c:9:12:9:20 | uninit_fn | routine_attributes.c:9:39:9:48 | destructor | 200 |
| routine_attributes.c:20:67:20:79 | "No, really!" | routine_attributes.c:20:12:20:21 | impossible | routine_attributes.c:20:40:20:65 | solves_the_halting_problem | "No, really!" |