Move misc clients to IdentifierInfo StringRef API.
- strcmp -> == - OS.write(II->getName() ...) -> OS << II->getNameStr() - Avoid std::string concatenation - Use getNameStr().str() when an std::string is really needed. llvm-svn: 84437
Loading
Please register or sign in to comment