TAB deleted

This commit is contained in:
atimofee
2016-02-24 19:27:02 +03:00
parent 012afc743f
commit 3fbdeafee4
-1
View File
@@ -463,7 +463,6 @@ class Cuda2HipCallback : public MatchFinder::MatchCallback {
if (const StringLiteral * stringLiteral = Result.Nodes.getNodeAs<clang::StringLiteral>("stringLiteral"))
{
StringRef s = stringLiteral->getString();
std::pair<StringRef, StringRef> split = s.split("cuda");
StringRef cuda = split.second;
while (!cuda.empty()) {