mirror of
https://github.com/github/codeql.git
synced 2026-01-08 04:00:26 +01:00
C++: Fix formatting
This commit is contained in:
@@ -11,9 +11,8 @@ import definitions
|
||||
|
||||
external string selectedSourceFile();
|
||||
|
||||
cached File getEncodedFile(string name) {
|
||||
result.getAbsolutePath().replaceAll(":", "_") = name
|
||||
}
|
||||
cached
|
||||
File getEncodedFile(string name) { result.getAbsolutePath().replaceAll(":", "_") = name }
|
||||
|
||||
from Top e, Top def, string kind
|
||||
where def = definitionOf(e, kind) and def.getFile() = getEncodedFile(selectedSourceFile())
|
||||
|
||||
Reference in New Issue
Block a user