-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brodes/guard flow parsing k #17933
Brodes/guard flow parsing k #17933
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aaf3ce2 - Browse repository at this point
Copy the full SHA aaf3ce2View commit details -
Adding expected false positive conditions for MissingCheckScanf once …
…boolean flow logic is completed.
Configuration menu - View commit details
-
Copy full SHA for 40a6786 - Browse repository at this point
Copy the full SHA 40a6786View commit details -
Addingg expected file for test changes for MissingCheckScanf before c…
…hanges made to guards (baseline expected file).
Configuration menu - View commit details
-
Copy full SHA for bb989ba - Browse repository at this point
Copy the full SHA bb989baView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddfbb08 - Browse repository at this point
Copy the full SHA ddfbb08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0795bcc - Browse repository at this point
Copy the full SHA 0795bccView commit details -
Updating IRGuards.qll getDerivedInstruction. Always get the deriving …
…instruction if one exists.
Configuration menu - View commit details
-
Copy full SHA for d17dee5 - Browse repository at this point
Copy the full SHA d17dee5View commit details -
Revert "Updating IRGuards.qll getDerivedInstruction. Always get the d…
…eriving instruction if one exists." This reverts commit d17dee5.
Configuration menu - View commit details
-
Copy full SHA for 6f17460 - Browse repository at this point
Copy the full SHA 6f17460View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 41e7dae - Browse repository at this point
Copy the full SHA 41e7daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a18f87d - Browse repository at this point
Copy the full SHA a18f87dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 934cf4c - Browse repository at this point
Copy the full SHA 934cf4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7498c05 - Browse repository at this point
Copy the full SHA 7498c05View commit details
Commits on Nov 11, 2024
-
Adding conversions to the getDerivedInstruction predicate. Changed al…
…l uses of getDerivedInstruction to occur in 'base cases", specially only the compares_lt compares_eq and unary_compares_eq predicates. The premise is that users can modify/add any other logic without having to know about getDerivedInstruction; however, any updates to the compares_lt/eq predicates are the only place where the derived instruction must be used.
Configuration menu - View commit details
-
Copy full SHA for 418b113 - Browse repository at this point
Copy the full SHA 418b113View commit details -
Configuration menu - View commit details
-
Copy full SHA for b29814e - Browse repository at this point
Copy the full SHA b29814eView commit details -
Removing uses of ConstantInstruction in favor of Instruction for GVN-…
…based integer extraction. Updated int_val to handle conversions.
Configuration menu - View commit details
-
Copy full SHA for 2cda23b - Browse repository at this point
Copy the full SHA 2cda23bView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2dfa029 - Browse repository at this point
Copy the full SHA 2dfa029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72dc990 - Browse repository at this point
Copy the full SHA 72dc990View commit details