Skip to content
Commit 70e7eadd authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

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
parent 2c422dc9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment