| 4786 | } |
| 4787 | |
| 4788 | void CheckOtherImpl::overlappingWriteFunction(const Token *tok, const std::string& funcname) |
| 4789 | { |
| 4790 | reportError(tok, Severity::error, "overlappingWriteFunction", "Overlapping read/write in " + funcname + "() is undefined behavior"); |
| 4791 | } |
| 4792 | |
| 4793 | void CheckOther::runChecks(const Tokenizer &tokenizer, ErrorLogger& errorLogger) |
| 4794 | { |
no test coverage detected