]> granicus.if.org Git - clang/commit
[CodeGenFunction] Use the StringRef::split function that takes a char separator inste...
authorCraig Topper <craig.topper@intel.com>
Thu, 3 May 2018 21:01:33 +0000 (21:01 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 3 May 2018 21:01:33 +0000 (21:01 +0000)
commit406ee9f68436b08bde9e16a082617e79ff125a92
treeed8105cc5d7745a51787d5978f5d9277a536a6dd
parent448ee95831d1eca7143e7639718584faba754da2
[CodeGenFunction] Use the StringRef::split function that takes a char separator instead of StringRef separator. NFC

The char separator version should be a little better optimized.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331482 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp