We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Example:
int main() { return 0; }
clang-query> m expr(hasType(anyOf(type(), type()))) 0 matches.
These should really produce errors -- it's too easy to write a complicated query thinking that anyOf or allOf are working correctly when they aren't.
anyOf
allOf