mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user