mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
The semantics utility GetAllNames has declarations in two header files and a definition that really should be in the common utilities source file. Remove the redudant declaration from resolve-names-utils.h and move code from resolve-names-utils.cpp into Semantics/tools.cpp.