moved messages from Parser to SPF_message
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
int parseFiles(const char* proj, std::vector<std::string>& filesCompilationOrder, int parseForInlining);
|
||||
int parseFiles(const char* proj, std::vector<std::string>& filesCompilationOrder, int parseForInlining, std::map<std::string, std::vector<Messages>>& messages);
|
||||
void parseFiles(int argc, char** argv);
|
||||
|
||||
Reference in New Issue
Block a user