mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import cpp
|
||||
|
||||
Function getCFGFunction(Initializer i) { result = i.getASuccessor*() }
|
||||
Function getCfgFunction(Initializer i) { result = i.getASuccessor*() }
|
||||
|
||||
from Initializer i, string f
|
||||
where if exists(getCFGFunction(i)) then f = getCFGFunction(i).toString() else f = ""
|
||||
where if exists(getCfgFunction(i)) then f = getCfgFunction(i).toString() else f = ""
|
||||
select i, f
|
||||
|
||||
Reference in New Issue
Block a user