TAB deleted

이 커밋은 다음에 포함됨:
atimofee
2016-02-24 19:27:02 +03:00
부모 665d3dc443
커밋 a5695b1d52
-1
파일 보기
@@ -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()) {