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
Hi, what does the double brackets (( used here mean, I have not found a similar usage description?
pattern-either: # type-based patterns (some types are missing) - patterns: - pattern: sizeof((char * $PTR)) - pattern-not: sizeof("...") - pattern: sizeof((int * $PTR)) - pattern: sizeof((float * $PTR)) - pattern: sizeof((double * $PTR))
The text was updated successfully, but these errors were encountered:
These are typed metavariables. Please refer to Semgrep's official documentation at https://semgrep.dev/docs/writing-rules/pattern-syntax/#typed-metavariables
Sorry, something went wrong.
No branches or pull requests
Hi, what does the double brackets (( used here mean, I have not found a similar usage description?
The text was updated successfully, but these errors were encountered: