We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This one shouldn't be too bad, something to the effect of
match callExpr(callee(functionDecl(namedDecl(matchesName("name_we_care_about")))),unless(hasAnyArgument(isStringish)))
Or I guess you could match the types of the parameters
match callExpr(callee(functionDecl(namedDecl(matchesName("name_we_care_about")),unless(hasAnyParameter(isStringish)))))
Guarantee that within Kokkos we name all of our kernels and fences
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This one shouldn't be too bad, something to the effect of
Or I guess you could match the types of the parameters
Guarantee that within Kokkos we name all of our kernels and fences
The text was updated successfully, but these errors were encountered: