| 807 | } |
| 808 | |
| 809 | unsigned int CppCheck::checkBuffer(const FileWithDetails &file, const char* data, std::size_t size) |
| 810 | { |
| 811 | return checkBuffer(file, "", data, size); |
| 812 | } |
| 813 | |
| 814 | unsigned int CppCheck::check(const FileSettings &fs) |
| 815 | { |
no outgoing calls