Move SemVerHandler to analysis to parsing to increase modularity...

If ever you want to separate building analysis from scanning/parsing/ast, this will help.
This commit is contained in:
rocky
2019-04-17 10:13:42 -04:00
parent 94053c9a52
commit b424446c5f
9 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#include <vector>
#include <tuple>
#include <liblangutil/Scanner.h>
#include <libsolidity/analysis/SemVerHandler.h>
#include <liblangutil/SemVerHandler.h>
#include <test/Options.h>
using namespace std;