FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for cpp/ql/src/jsf - 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
997
Pull requests
467
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
src
jsf
on
codeql-cli/v2.19.0
User selector
Datepicker
Commit history
Commits on Jan 9, 2024
C++: add `.def` to exceptions to AV rule 32
Show description for 270df94
redsun82
committed
270df94
View commit details
Copy full SHA for 270df94
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
Merge pull request #15121 from MathiasVP/fix-joins-in-av-rule-145
Show description for e88c688
MathiasVP
authored
e88c688
View commit details
Copy full SHA for e88c688
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
C++: Mitigate ODR violations.
MathiasVP
committed
ef916f0
View commit details
Copy full SHA for ef916f0
View code at this point
Browse repository at this point
C++: Fix joins in 'AV Rule 145'.
MathiasVP
committed
1cbe019
View commit details
Copy full SHA for 1cbe019
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
Commits on Jan 10, 2023
C++: Remove omittable exists variables
atorralba
committed
3fcc99e
View commit details
Copy full SHA for 3fcc99e
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
CPP: convert some block-comments that could be QLDoc to QLDoc
erik-krogh
committed
20c4699
View commit details
Copy full SHA for 20c4699
View code at this point
Browse repository at this point
Commits on Nov 2, 2022
Fix AV Rule 76
JarLob
committed
3317223
View commit details
Copy full SHA for 3317223
View code at this point
Browse repository at this point
Commits on Oct 14, 2022
spelling: themselves
Show description for 9a32aba
jsoref
committed
9a32aba
View commit details
Copy full SHA for 9a32aba
View code at this point
Browse repository at this point
spelling: expression
Show description for 25350ad
jsoref
committed
25350ad
View commit details
Copy full SHA for 25350ad
View code at this point
Browse repository at this point
Commits on Oct 12, 2022
spelling: similarly
Show description for b9d8903
jsoref
committed
b9d8903
View commit details
Copy full SHA for b9d8903
View code at this point
Browse repository at this point
spelling: optimization
Show description for 7e0bbf1
jsoref
committed
7e0bbf1
View commit details
Copy full SHA for 7e0bbf1
View code at this point
Browse repository at this point
Commits on Sep 23, 2022
CPP: make more alert messages follow the style-guide
erik-krogh
committed
a30c38f
View commit details
Copy full SHA for a30c38f
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
rename more acronyms
erik-krogh
committed
cc7a9ef
View commit details
Copy full SHA for cc7a9ef
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
Replace invalid link to blogs.msdn.com
Show description for 69de832
sidshank
committed
69de832
View commit details
Copy full SHA for 69de832
View code at this point
Browse repository at this point
Commits on May 17, 2022
fix all ql/use-string-compare
erik-krogh
committed
86e97c3
View commit details
Copy full SHA for 86e97c3
View code at this point
Browse repository at this point
Commits on Mar 11, 2022
patch upper-case acronyms to be PascalCase
erik-krogh
committed
69353bb
View commit details
Copy full SHA for 69353bb
View code at this point
Browse repository at this point
Commits on Jan 20, 2022
simplify expressions that could be type-casts
erik-krogh
committed
4e8e3a7
View commit details
Copy full SHA for 4e8e3a7
View code at this point
Browse repository at this point
Commits on Nov 26, 2021
add all remaining explicit this
erik-krogh
committed
6ff8d4d
View commit details
Copy full SHA for 6ff8d4d
View code at this point
Browse repository at this point
Commits on Oct 29, 2021
remove redundant inline casts in arguments where the type is inferred by the call target
erik-krogh
committed
d36c66c
View commit details
Copy full SHA for d36c66c
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
remove redundant cast where the type is enforced by an equality comparison
erik-krogh
committed
15c90ad
View commit details
Copy full SHA for 15c90ad
View code at this point
Browse repository at this point
remove redundant inline casts
erik-krogh
committed
e75448e
View commit details
Copy full SHA for e75448e
View code at this point
Browse repository at this point
Commits on Oct 20, 2021
C++: Use set literals (more).
geoffw0
committed
da41217
View commit details
Copy full SHA for da41217
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
C++: Set literals.
geoffw0
committed
2e61ae2
View commit details
Copy full SHA for 2e61ae2
View code at this point
Browse repository at this point
C++: Fix resource-not-released-in-destructor CP
Show description for e80c1ad
jbj
committed
e80c1ad
View commit details
Copy full SHA for e80c1ad
View code at this point
Browse repository at this point
Commits on Sep 13, 2021
C++: Exclude uninstantiated templates from AV Rule 114.
MathiasVP
committed
0348993
View commit details
Copy full SHA for 0348993
View code at this point
Browse repository at this point
Commits on Apr 23, 2021
Fix all dead qhelp links
Show description for 455b840
smowton
committed
455b840
View commit details
Copy full SHA for 455b840
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
C++: Fix join order in AV rule 79 by joining with GVN after the recursive call.
MathiasVP
committed
24360d3
View commit details
Copy full SHA for 24360d3
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
C++: Use getAnExpr. Also extend the other recursive case similarly.
MathiasVP
committed
2abf4c0
View commit details
Copy full SHA for 2abf4c0
View code at this point
Browse repository at this point
Commits on Mar 17, 2021
Use GVN in AV rule 79.
MathiasVP
committed
a3f806b
View commit details
Copy full SHA for a3f806b
View code at this point
Browse repository at this point
Commits on Mar 4, 2021
Use `.inc.qhelp` extension for included help files
Marcono1234
committed
5a8ffa5
View commit details
Copy full SHA for 5a8ffa5
View code at this point
Browse repository at this point
Commits on Nov 30, 2020
Autoformat.
aschackmull
committed
8f2094f
View commit details
Copy full SHA for 8f2094f
View code at this point
Browse repository at this point
Commits on Nov 27, 2020
C++: Downgrade two queries to recommendation
Show description for 8069e7b
jbj
committed
8069e7b
View commit details
Copy full SHA for 8069e7b
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
Apply suggestions from code review
Show description for d0dd71b
MathiasVP
and
hubwriter
authored
d0dd71b
View commit details
Copy full SHA for d0dd71b
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
C++: Fix broken qhelp links
MathiasVP
committed
056a553
View commit details
Copy full SHA for 056a553
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL