| File | Severity | Checker name | Message | Bug path length | Review status | |
|---|---|---|---|---|---|---|
| 1 | src/linguist/ltext2id/filetransformer.cpp @ Line 331 | performance-move-const-arg | passing result of std::move() as a const reference argument; no move will actually happen | 1 | unreviewed | |
| 2 | src/linguist/ltext2id/filetransformer.cpp @ Line 332 | performance-move-const-arg | passing result of std::move() as a const reference argument; no move will actually happen | 1 | unreviewed | |
| 3 | src/linguist/ltext2id/filetransformer.cpp @ Line 334 | bugprone-use-after-move | 'fnId' used after it was moved | 2 | unreviewed | |
| 4 | src/linguist/ltext2id/main.cpp @ Line 122 | performance-move-const-arg | std::move of the const variable 'projectRoot' has no effect; remove std::move() or make the variable non-const | 1 | unreviewed | |
| 5 | src/linguist/ltext2id/recorddirectory.cpp @ Line 72 | performance-no-automatic-move | constness of 'metaId' prevents automatic move | 1 | unreviewed | |
| 6 | src/linguist/ltext2id/recorddirectory.h @ Line 18 | google-global-names-in-headers | using declarations in the global namespace in headers are prohibited | 1 | unreviewed | |
| 7 | src/linguist/shared/parsers/metastrings.h @ Line 12 | google-global-names-in-headers | using declarations in the global namespace in headers are prohibited | 1 | unreviewed | |
| 8 | src/linguist/shared/parsers/trparser.cpp @ Line 12 | misc-use-anonymous-namespace | function 'processTs' declared 'static', move to anonymous namespace instead | 1 | unreviewed | |
| 9 | src/linguist/shared/parsers/trparser.h @ Line 81 | cppcoreguidelines-special-member-functions | class 'TrFunctionAliasManager' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed |