✨ add parser for .real
files
#483
Annotations
1 error and 5 warnings
🚨 Lint
Process completed with exit code 1.
|
include/core/real/parser.hpp:11:11 [cppcoreguidelines-pro-type-member-init]:
include/core/real/parser.hpp#L11
constructor does not initialize these fields: qc
|
src/core/real/parser.cpp:104:32 [misc-include-cleaner]:
src/core/real/parser.cpp#L104
no header providing "std::runtime_error" is directly included
|
src/core/real/parser.cpp:285:14 [misc-include-cleaner]:
src/core/real/parser.cpp#L285
no header providing "std::istringstream" is directly included
|
src/core/real/parser.cpp:483:43 [bugprone-unused-local-non-trivial-variable]:
src/core/real/parser.cpp#L483
unused local variable 'associatedVariableNameForQubitRegister' of type 'const std::string' (aka 'const basic_string<char>')
|
test/unittests/test_real_parser.cpp:14:1 [misc-include-cleaner]:
test/unittests/test_real_parser.cpp#L14
included header memory is not used directly
|