Remove SourceManager::getLocation().
It's not descriptive enough and it's just a call of translateFileLineCol() followed by a call to getMacroArgExpandedLocation(), which is better to be called explicitly since it has a certain cost and is not always required. llvm-svn: 140520
Loading
Please register or sign in to comment