mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
C++: Fix annotation.
This commit is contained in:
@@ -785,7 +785,7 @@ void test_CSimpleMap() {
|
||||
{
|
||||
CSimpleMap<char*, wchar_t*> a;
|
||||
auto pos = a.FindKey("hello");
|
||||
sink(a.GetValueAt(pos)); // $ MISSING: ir
|
||||
sink(a.GetValueAt(pos)); // clean
|
||||
}
|
||||
{
|
||||
CSimpleMap<char*, wchar_t*> a;
|
||||
|
||||
Reference in New Issue
Block a user