trivial case for local variables only

This commit is contained in:
2025-03-05 16:34:32 +03:00
committed by Alexander
parent 402ae91c33
commit 4eb057731f
5 changed files with 271 additions and 16 deletions

View File

@@ -168,7 +168,7 @@ std::map<int, UserFiles> filesInfo; // information about open,close,write and re
//
//for FIND_PARAMETERS
std::map< std::pair<std::string, int>, std::set<std::string>> parametersOfProject; // [file, line] -> set[vars]
std::set<std::tuple<std::string, int, std::string>> parametersOfProject; // [file, line, varname]
//
//for GET_MIN_MAX_BLOCK_DIST