"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "db40b5c899a94db50e63862af985a791ad0fa7b4"
Cleaned up a few functions that never get used.
Specifically, the expression parser used to use functions attached to SymbolContext to do lookups, but nowadays it searches a ModuleList or Module directly instead. These functions had no remaining clients so I removed them to prevent bit rot. I also removed a stray callback function from ClangExpressionDeclMap. llvm-svn: 141899
Loading
Please register or sign in to comment