mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
C++: Add ReadSideEffect as a possible end instruction for load chains
This commit is contained in:
@@ -158,7 +158,7 @@ struct Outer
|
||||
|
||||
void read_f(Inner *inner)
|
||||
{
|
||||
sink(inner->f); //$ast $f-:ir
|
||||
sink(inner->f); //$ast,ir
|
||||
}
|
||||
|
||||
void test()
|
||||
|
||||
Reference in New Issue
Block a user