This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2025-12-20 10:46:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
75b13da4e422c6f00519b51a3d29017cebf40aab
codeql
/
cpp
/
ql
/
test
/
library-tests
/
dataflow
/
smart-pointers-taint
History
Mathias Vorreiter Pedersen
8c21699040
C++: Accept test changes.
2023-07-17 10:51:42 +01:00
..
memory.h
C++: Add shared_ptr and unique_ptr implementations. Also add some very basic tests.
2021-03-26 12:03:59 +01:00
taint.expected
C++: Accept test changes.
2023-07-17 10:51:42 +01:00
taint.ql
C++: Rewrite flow test common to use inline expectation test module
2023-05-23 16:34:41 +02:00
test.cpp
C++: The next commit is going to track flow out of both direct and indirect sources. This means we'll get a lot of duplication since there'll be flow from indirect source -> indirect sink and direct source -> direct sink (which both map to the same expressions). This commit changes the testing so that we only report a duplication when they're at different locations.
2023-02-27 14:57:35 +00:00