FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for cpp/ql/lib - github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
998
Pull requests
462
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
cpp
ql
lib
on
codeql-cli/v2.16.0
User selector
Datepicker
Commit history
Commits on Jan 12, 2024
C++: Undo some of the reverting.
MathiasVP
committed
fe2c806
View commit details
Copy full SHA for fe2c806
View code at this point
Browse repository at this point
Revert "Merge pull request #12125 from jketema/unique-function"
Show description for 84d08b0
MathiasVP
committed
84d08b0
View commit details
Copy full SHA for 84d08b0
View code at this point
Browse repository at this point
Commits on Jan 8, 2024
Release preparation for version 2.16.0
github-actions[bot]
committed
a6c8cc9
View commit details
Copy full SHA for a6c8cc9
View code at this point
Browse repository at this point
Commits on Jan 2, 2024
C++: Add change note
jketema
committed
262985a
View commit details
Copy full SHA for 262985a
View code at this point
Browse repository at this point
C++: Support more function types
jketema
committed
9c1de5b
View commit details
Copy full SHA for 9c1de5b
View code at this point
Browse repository at this point
Update cpp/ql/lib/semmle/code/cpp/Specifier.qll
Show description for f59a00c
jketema
and
calumgrant
authored
f59a00c
View commit details
Copy full SHA for f59a00c
View code at this point
Browse repository at this point
Commits on Dec 23, 2023
C++: Support attribute arguments that are expressions
jketema
committed
ad2fb7c
View commit details
Copy full SHA for ad2fb7c
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
Merge pull request #15189 from github/adityasharad/merge/3.12-main
Show description for bbe3269
adityasharad
authored
bbe3269
View commit details
Copy full SHA for bbe3269
View code at this point
Browse repository at this point
Merge pull request #12125 from jketema/unique-function
Show description for 9c039c4
jketema
authored
9c039c4
View commit details
Copy full SHA for 9c039c4
View code at this point
Browse repository at this point
Update cpp/ql/lib/change-notes/2023-12-22-unique-function.md
jketema
authored
1cb0247
View commit details
Copy full SHA for 1cb0247
View code at this point
Browse repository at this point
C++: Add change note
jketema
committed
d4f9e89
View commit details
Copy full SHA for d4f9e89
View code at this point
Browse repository at this point
C++: Show base variable in SSA variable 'toString's.
MathiasVP
committed
ffdd28e
View commit details
Copy full SHA for ffdd28e
View code at this point
Browse repository at this point
Merge rc/3.12 into main
adityasharad
committed
b1803d0
View commit details
Copy full SHA for b1803d0
View code at this point
Browse repository at this point
Commits on Dec 21, 2023
C++: Ensure that only one `Function` exists for every function
jketema
committed
f7da6f5
View commit details
Copy full SHA for f7da6f5
View code at this point
Browse repository at this point
C++: Show indirections when printing SSA variables.
MathiasVP
committed
1007c4f
View commit details
Copy full SHA for 1007c4f
View code at this point
Browse repository at this point
Commits on Dec 19, 2023
C++: Silence warnings.
MathiasVP
committed
95cd31f
View commit details
Copy full SHA for 95cd31f
View code at this point
Browse repository at this point
C++: Cleanup now that we're back to an abstract class.
MathiasVP
committed
4844c43
View commit details
Copy full SHA for 4844c43
View code at this point
Browse repository at this point
C++: Go back to abstract classes.
MathiasVP
committed
937e0ee
View commit details
Copy full SHA for 937e0ee
View code at this point
Browse repository at this point
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DebugPrinting.qll
Show description for b6974d6
MathiasVP
and
jketema
authored
b6974d6
View commit details
Copy full SHA for b6974d6
View code at this point
Browse repository at this point
Post-release preparation for codeql-cli-2.15.5
github-actions[bot]
committed
8f72b0e
View commit details
Copy full SHA for 8f72b0e
View code at this point
Browse repository at this point
C++: No need for another 'stars' predicate in 'PrintIRUtilities'.
MathiasVP
committed
8230a90
View commit details
Copy full SHA for 8230a90
View code at this point
Browse repository at this point
C++: Use parameterized modules instead of abstract classes and predicates to handle debug printing.
MathiasVP
committed
9b25834
View commit details
Copy full SHA for 9b25834
View code at this point
Browse repository at this point
C++: Move private stuff from 'DataFlowUtil' to public stuff 'DataFlowPrivate'. Also make 'PostUpdateNodeImpl' public in 'DataFlowUtil'. Sadly, this means that it's visible at the query level (as Da…
Show description for 5016459
MathiasVP
committed
5016459
View commit details
Copy full SHA for 5016459
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
Release preparation for version 2.15.5
github-actions[bot]
committed
19af35b
View commit details
Copy full SHA for 19af35b
View code at this point
Browse repository at this point
Merge pull request #15132 from MathiasVP/fix-joins-in-isModifiableAtImpl
Show description for d308bb4
MathiasVP
authored
d308bb4
View commit details
Copy full SHA for d308bb4
View code at this point
Browse repository at this point
C++: Fix joins in 'isModifiableAtImpl'.
MathiasVP
committed
f5c52ac
View commit details
Copy full SHA for f5c52ac
View code at this point
Browse repository at this point
C++: Fix joins in 'cpp/wrong-type-format-argument'.
MathiasVP
committed
3897bef
View commit details
Copy full SHA for 3897bef
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
Merge pull request #15120 from MathiasVP/fix-joins-in-av-rule-79
Show description for dc9c538
MathiasVP
authored
dc9c538
View commit details
Copy full SHA for dc9c538
View code at this point
Browse repository at this point
C++: Drive-by cleanup: This case is redundant since a 'DestructorCall' is also a 'FunctionCall'.
MathiasVP
committed
2c5f65a
View commit details
Copy full SHA for 2c5f65a
View code at this point
Browse repository at this point
C++: Fix joins.
MathiasVP
committed
ce326a0
View commit details
Copy full SHA for ce326a0
View code at this point
Browse repository at this point
Merge pull request #15062 from aschackmull/dataflow/deprecate-flowstatestring
Show description for 1ea1130
aschackmull
authored
1ea1130
View commit details
Copy full SHA for 1ea1130
View code at this point
Browse repository at this point
Commits on Dec 14, 2023
C++: Add change note.
MathiasVP
committed
7af6496
View commit details
Copy full SHA for 7af6496
View code at this point
Browse repository at this point
C++: Add more QLDoc.
MathiasVP
committed
368f438
View commit details
Copy full SHA for 368f438
View code at this point
Browse repository at this point
C++: Improve 'toString' on the most common dataflow nodes.
MathiasVP
committed
8a52565
View commit details
Copy full SHA for 8a52565
View code at this point
Browse repository at this point
Dataflow: deprecate references
aschackmull
committed
a1068ce
View commit details
Copy full SHA for a1068ce
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL