Parsing regex #51
Annotations
10 errors, 10 warnings, and 3 notices
apps/IntegrationTestsApp/src/IntegrationTests.cpp#L1
'gtest/gtest.h' file not found
|
apps/IntegrationTestsApp/src/main.cpp#L1
'gtest/gtest.h' file not found
|
apps/MetamorphicTestsApp/src/MetamorphicTests.cpp#L1
'gtest/gtest.h' file not found
|
apps/MetamorphicTestsApp/src/main.cpp#L1
'gtest/gtest.h' file not found
|
apps/UnitTestsApp/include/UnitTestsApp/Example.h#L1
'AutomatonToImage/AutomatonToImage.h' file not found
|
apps/UnitTestsApp/src/Example.cpp#L1
'UnitTestsApp/Example.h' file not found
|
apps/UnitTestsApp/src/UnitTests.cpp#L1
'AutomatonToImage/AutomatonToImage.h' file not found
|
apps/UnitTestsApp/src/main.cpp#L1
'UnitTestsApp/Example.h' file not found
|
libs/Objects/include/Objects/AlphabetSymbol.h#L2
'iostream' file not found
|
libs/Objects/src/AlgExpression.cpp#L1
'Objects/AlgExpression.h' file not found
|
apps/IntegrationTestsApp/src/main.cpp#L6
use a trailing return type for this function
|
apps/MetamorphicTestsApp/src/main.cpp#L6
use a trailing return type for this function
|
apps/UnitTestsApp/include/UnitTestsApp/Example.h#L20
variable 'Example' is non-const and globally accessible, consider making it const
|
apps/UnitTestsApp/src/UnitTests.cpp#L13
use a trailing return type for this function
|
apps/UnitTestsApp/src/UnitTests.cpp#L13
all parameters should be named in a function
|
apps/UnitTestsApp/src/UnitTests.cpp#L16
constructor does not initialize these fields: regex_str, want_err
|
apps/UnitTestsApp/src/UnitTests.cpp#L22
variable 'tests' is not initialized
|
apps/UnitTestsApp/src/UnitTests.cpp#L53
use a trailing return type for this function
|
apps/UnitTestsApp/src/UnitTests.cpp#L53
all parameters should be named in a function
|
apps/UnitTestsApp/src/UnitTests.cpp#L54
variable 'rg' is not initialized
|
apps/UnitTestsApp/src/UnitTests.cpp#L1
File apps/UnitTestsApp/src/UnitTests.cpp does not conform to Custom style guidelines. (lines 254)
|
libs/Objects/include/Objects/AlgExpression.h#L1
File libs/Objects/include/Objects/AlgExpression.h does not conform to Custom style guidelines. (lines 14, 37)
|
libs/Objects/src/BackRefRegex.cpp#L1
File libs/Objects/src/BackRefRegex.cpp does not conform to Custom style guidelines. (lines 61)
|
The logs for this run have expired and are no longer available.
Loading