mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Accept new dataflow IR inconsistencies
These are due to additional loads being generated on fields, and should not cause any problems. Ideally, we should tune the definition of `TPostFieldUpdateNode` to make these go away.
This commit is contained in:
@@ -14,6 +14,9 @@ localCallNodes
|
||||
postIsNotPre
|
||||
postHasUniquePre
|
||||
uniquePostUpdate
|
||||
| example.c:24:2:24:7 | coords indirection | Node has multiple PostUpdateNodes. |
|
||||
| example.c:24:13:24:18 | coords indirection | Node has multiple PostUpdateNodes. |
|
||||
| example.c:26:2:26:7 | coords indirection | Node has multiple PostUpdateNodes. |
|
||||
postIsInSameCallable
|
||||
reverseRead
|
||||
argHasPostUpdate
|
||||
|
||||
Reference in New Issue
Block a user