feat: add temporal literal parsers. #215
Annotations
4 errors and 4 warnings
clang-diagnostic-error:
src/takatori/datetime/parser/scanner.h#L17
'takatori/datetime/parser/parser_generated.hpp' file not found
|
clang-diagnostic-error:
src/takatori/datetime/parser/parser.cpp#L5
'takatori/datetime/parser/parser_generated.hpp' file not found
|
Analysis
Process completed with exit code 1.
|
Analysis
- *<https://github.com/project-tsurugi/takatori/runs/27560380321?check_suite_focus=true|[Clang-Tidy] 6 warnings>*
|
cppcoreguidelines-init-variables:
src/takatori/datetime/parser/parser.cpp#L22
variable 'parser' is not initialized
|
bugprone-exception-escape:
include/takatori/util/either.h#L66
an exception may be thrown in function 'operator=' which should not throw exceptions
|
bugprone-exception-escape:
include/takatori/util/either.h#L120
an exception may be thrown in function 'operator=' which should not throw exceptions
|
misc-unused-using-decls:
src/takatori/datetime/conversion.cpp#L9
using decl 'operator""s' is unused
|