mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
C++: Add missing model and accept test changes.
This commit is contained in:
@@ -1352,7 +1352,7 @@ void test_CopyTo()
|
||||
|
||||
int* raw2 = nullptr;
|
||||
p3.CopyTo<int>(&raw2);
|
||||
sink(*raw2); // $ MISSING: ast,ir
|
||||
sink(*raw2); // $ ir MISSING: ast
|
||||
}
|
||||
|
||||
void test_Swap()
|
||||
|
||||
Reference in New Issue
Block a user