patch upper-case acronyms to be PascalCase

This commit is contained in:
Erik Krogh Kristensen
2022-03-11 11:10:33 +01:00
parent e3a15792fa
commit 69353bb014
422 changed files with 3532 additions and 2244 deletions

View File

@@ -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