| 1060 | } |
| 1061 | |
| 1062 | void Preprocessor::invalidSuppression(const simplecpp::Location& loc, const std::string &msg) |
| 1063 | { |
| 1064 | error(loc, msg, "invalidSuppression"); |
| 1065 | } |
| 1066 | |
| 1067 | void Preprocessor::getErrorMessages(ErrorLogger &errorLogger, const Settings &settings) |
| 1068 | { |