We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952253d commit f268604Copy full SHA for f268604
c/common/src/codingstandards/c/Generic.qll
@@ -2,7 +2,7 @@ import cpp
2
import codingstandards.cpp.Macro
3
import codingstandards.cpp.MatchingParenthesis
4
5
-string genericRegexp() { result = ".*_Generic\\s*\\(\\s*(.+),.*" }
+string genericRegexp() { result = "\\b_Generic\\s*\\(\\s*(.+),.*" }
6
7
bindingset[input]
8
string deparenthesize(string input) {
0 commit comments