Implement NFA, resolves #14 #94
Annotations
6 errors, 10 warnings, and 8 notices
src/nfa.c:3:10 [clang-diagnostic-error]:
src/nfa.c#L3
'list.h' file not found
|
src/nfa_state.c:1:10 [clang-diagnostic-error]:
src/nfa_state.c#L1
'list.h' file not found
|
tests/test_list.c:6:10 [clang-diagnostic-error]:
tests/test_list.c#L6
'list.h' file not found
|
tests/test_nfa.c:5:10 [clang-diagnostic-error]:
tests/test_nfa.c#L5
'nfa.h' file not found
|
tests/test_nfa_state.c:3:10 [clang-diagnostic-error]:
tests/test_nfa_state.c#L3
'list.h' file not found
|
linter
Process completed with exit code 1.
|
include/list.h:11:5 [bugprone-macro-parentheses]:
include/list.h#L11
macro argument should be enclosed in parentheses
|
include/list.h:12:3 [bugprone-macro-parentheses]:
include/list.h#L12
macro argument should be enclosed in parentheses
|
include/list.h:15:22 [bugprone-macro-parentheses]:
include/list.h#L15
macro argument should be enclosed in parentheses
|
include/list.h:15:56 [bugprone-macro-parentheses]:
include/list.h#L15
macro argument should be enclosed in parentheses
|
include/list.h:17:21 [bugprone-macro-parentheses]:
include/list.h#L17
macro argument should be enclosed in parentheses
|
include/list.h:17:38 [bugprone-macro-parentheses]:
include/list.h#L17
macro argument should be enclosed in parentheses
|
include/list.h:18:23 [bugprone-macro-parentheses]:
include/list.h#L18
macro argument should be enclosed in parentheses
|
include/list.h:18:64 [bugprone-macro-parentheses]:
include/list.h#L18
macro argument should be enclosed in parentheses
|
include/list.h:19:24 [bugprone-macro-parentheses]:
include/list.h#L19
macro argument should be enclosed in parentheses
|
include/list.h:20:24 [bugprone-macro-parentheses]:
include/list.h#L20
macro argument should be enclosed in parentheses
|
Run clang-format on include/list.h:
include/list.h#L1
File include/list.h does not conform to Custom style guidelines. (lines 4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 35, 36, 37, 39, 40, 42, 43, 44, 45, 47, 48, 49, 50, 51, 53, 54, 55, 56, 58, 59, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 89, 90, 91, 92, 93, 95, 96, 98, 99, 100, 101, 103, 104, 105, 106, 107, 109, 110, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 123, 125, 126, 128, 129)
|
Run clang-format on include/nfa.h:
include/nfa.h#L1
File include/nfa.h does not conform to Custom style guidelines. (lines 7, 8, 9, 12, 24, 35, 42, 46, 52)
|
Run clang-format on include/nfa_state.h:
include/nfa_state.h#L1
File include/nfa_state.h does not conform to Custom style guidelines. (lines 4, 33, 34, 35, 36, 47, 57, 68, 76, 84, 97, 108)
|
Run clang-format on src/nfa.c:
src/nfa.c#L1
File src/nfa.c does not conform to Custom style guidelines. (lines 1, 6, 8, 9, 10, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 26, 27, 31, 35, 36, 37, 38, 40, 41, 43, 44, 45, 47, 49, 50, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84)
|
Run clang-format on src/nfa_state.c:
src/nfa_state.c#L1
File src/nfa_state.c does not conform to Custom style guidelines. (lines 1, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 23, 24, 25, 26, 27, 29, 30, 32, 33, 34, 39, 40, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 58, 59, 63, 64, 65, 66, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 82, 83, 88, 89, 90, 91, 93, 94, 95, 96)
|
Run clang-format on tests/test_list.c:
tests/test_list.c#L1
File tests/test_list.c does not conform to Custom style guidelines. (lines 15, 16, 20, 21, 23, 24, 25, 26, 27, 29, 30, 36, 37, 39, 40, 41, 42, 44, 45, 47, 48, 50, 56, 57, 59, 60, 62, 64, 65, 66, 67, 69, 70, 71, 72, 74, 75, 76, 78, 84, 85, 87, 88, 90, 92, 93, 94, 96, 97, 98, 100, 101, 103, 109, 110, 112, 113, 115, 117, 118, 119, 121, 122, 123, 124, 126, 127, 129, 135, 136, 138, 139, 141, 143, 145, 146, 148, 149, 151, 152, 154, 156, 162, 163, 165, 166, 167, 169, 170, 171, 173, 174, 175, 177, 179, 180, 182, 183, 185, 186, 188, 189, 191, 198, 199, 200, 201, 202, 203, 204, 205, 209, 210)
|
Run clang-format on tests/test_nfa.c:
tests/test_nfa.c#L1
File tests/test_nfa.c does not conform to Custom style guidelines. (lines 3, 9, 11, 12, 13, 14, 16, 17, 19, 20, 21, 23, 27, 28, 29, 30, 31, 35, 36, 37, 38, 39, 40, 41, 45, 46, 48, 49, 54, 55, 57, 58, 60, 61, 63, 64, 66, 67, 72, 73, 75, 76, 78, 79, 85, 86, 87, 88, 89, 92, 93, 94, 95)
|
Run clang-format on tests/test_nfa_state.c:
tests/test_nfa_state.c#L1
File tests/test_nfa_state.c does not conform to Custom style guidelines. (lines 1, 6, 9, 12, 14, 16, 17, 18, 20, 21, 22, 24, 28, 30, 31, 32, 34, 35, 37, 38, 40, 41, 43, 44, 45, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 69, 73, 74, 75, 76, 77, 78, 80, 81, 83, 84, 86, 87, 88, 89, 94, 95, 96, 97, 98, 101, 102)
|