| 4781 | } |
| 4782 | |
| 4783 | void CheckOtherImpl::overlappingWriteUnion(const Token *tok) |
| 4784 | { |
| 4785 | reportError(tok, Severity::error, "overlappingWriteUnion", "Overlapping read/write of union is undefined behavior"); |
| 4786 | } |
| 4787 | |
| 4788 | void CheckOtherImpl::overlappingWriteFunction(const Token *tok, const std::string& funcname) |
| 4789 | { |
no test coverage detected