| 876 | } |
| 877 | |
| 878 | void Preprocessor::removeComments() |
| 879 | { |
| 880 | mTokens.removeComments(); |
| 881 | for (const auto &filedata : mFileCache) { |
| 882 | filedata->tokens.removeComments(); |
| 883 | } |
| 884 | } |
| 885 | |
| 886 | void Preprocessor::setPlatformInfo() |
| 887 | { |
no outgoing calls