Reduce string duplication
authorAlp Toker <alp@nuanti.com>
Tue, 20 May 2014 22:03:47 +0000 (22:03 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 20 May 2014 22:03:47 +0000 (22:03 +0000)
commit6883743fd8157e61a1f57759527d90c6d72107c6
tree0c3377bf3df05eeb32e214ca0ef41dce9981b2b8
parentfdafb94f019d10bf767fbea33c35b3fc1f4d3c83
Reduce string duplication

If we're so keen on saving a dynamic allocation to add the trailing space, we
might as well do it in style.

llvm-svn: 209247
clang/lib/Sema/SemaDecl.cpp