2
0
Este cometimento está contido em:
atimofee
2016-02-24 19:27:02 +03:00
ascendente 665d3dc443
cometimento a5695b1d52
-1
Ver ficheiro
@@ -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()) {