-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SARIF has per-line rolling (partial) hash support (#2605)
* starting rolling hash implementation: added computeFirstMod and data structures * starting rolling hash implementation: added computeFirstMod and data structures * [wip] added hashing algorithm to file regions * [wip] Fixes to the rolling hash computation * [wip] fixes to the hashing algorithm. (await) discussion with codeql dev * [wip] Moving hash computation to HashUtilities * Porting tests from CodeQL repo * Adding unit tests for rolling hash * Adding comments * [wip] added hashing algorithm to file regions * [wip] Fixes to the rolling hash computation * [wip] fixes to the hashing algorithm. (await) discussion with codeql dev * [wip] Moving hash computation to HashUtilities * Porting tests from CodeQL repo * Adding unit tests for rolling hash * Adding comments * removing generics in file regions cache * updating Release History * incorporating PR feedback * format fixing Long
- Loading branch information
Showing
5 changed files
with
958 additions
and
1 deletion.
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
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
Oops, something went wrong.