mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -16,7 +16,7 @@ import definitions
|
||||
*/
|
||||
external string selectedSourceFile();
|
||||
|
||||
class Cfg extends PrintASTConfiguration {
|
||||
class Cfg extends PrintAstConfiguration {
|
||||
/**
|
||||
* Holds if the AST for `func` should be printed.
|
||||
* Print All functions from the selected file.
|
||||
|
||||
Reference in New Issue
Block a user