File | Severity | Checker name | Message | Bug path length | Review status | |
---|---|---|---|---|---|---|
1 | src/linguist/linguist/machinetranslationdialog.h @ Line 21 | cppcoreguidelines-special-member-functions | class 'MachineTranslationDialog' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
2 | src/linguist/shared/auto-translation/machinetranslator.cpp @ Line 67 | performance-move-const-arg | std::move of the const variable 'batch' has no effect; remove std::move() or make the variable non-const | 1 | unreviewed | |
3 | src/linguist/shared/auto-translation/machinetranslator.h @ Line 18 | cppcoreguidelines-special-member-functions | class 'MachineTranslator' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
4 | src/linguist/shared/auto-translation/ollama.cpp @ Line 24 | performance-no-automatic-move | constness of 'r' prevents automatic move | 1 | unreviewed | |
5 | src/linguist/shared/auto-translation/ollama.cpp @ Line 30 | performance-no-automatic-move | constness of 'r' prevents automatic move | 1 | unreviewed | |
6 | src/linguist/shared/auto-translation/ollama.h @ Line 14 | cppcoreguidelines-special-member-functions | class 'Ollama' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
7 | src/linguist/shared/auto-translation/translationprotocol.h @ Line 37 | cppcoreguidelines-special-member-functions | class 'TranslationProtocol' defines a default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed |