-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into java/update-mad-decls-after-triage-2023-12-2…
…1T14-39-02
- Loading branch information
Showing
1,228 changed files
with
252,153 additions
and
35,161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
cpp/downgrades/7f34caf73ca98314885030cc5a22b6e328fe687c/functions.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
class Function extends @function { | ||
string toString() { none() } | ||
} | ||
|
||
from Function fun, string name, int kind, int kind_new | ||
where | ||
functions(fun, name, kind) and | ||
if kind = 7 or kind = 8 then kind_new = 0 else kind_new = kind | ||
select fun, name, kind_new |
Oops, something went wrong.