mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -7,6 +7,6 @@ import ASTConfiguration
|
||||
import cpp
|
||||
import DataFlow::PathGraph
|
||||
|
||||
from DataFlow::PathNode src, DataFlow::PathNode sink, ASTConf conf
|
||||
from DataFlow::PathNode src, DataFlow::PathNode sink, AstConf conf
|
||||
where conf.hasFlowPath(src, sink)
|
||||
select sink, src, sink, sink + " flows from $@", src, src.toString()
|
||||
|
||||
Reference in New Issue
Block a user