Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. The next step is to print the name directly into the stream, avoiding a temporary std::string copy. llvm-svn: 101632
Loading
Please register or sign in to comment