Gabor Marton 1525232e27 [analyzer] StdLibraryFunctionsChecker: fix bug with arg constraints
Summary:
Previously we induced a state split if there were multiple argument
constraints given for a function. This was because we called
`addTransition` inside the for loop.
The fix is to is to store the state and apply the next argument
constraint on that. And once the loop is finished we call `addTransition`.

Reviewers: NoQ, Szelethus, baloghadamsoftware

Subscribers: whisperity, xazax.hun, szepet, rnkovacs, a.sidorin, mikhail.ramalho, donat.nagy, dkrupp, gamesh411, C

Tags: #clang

Differential Revision: https://reviews.llvm.org/D76790
2020-04-02 17:00:11 +02:00
..
2020-02-19 18:12:19 +01:00
2018-04-06 15:14:32 +00:00
2018-04-06 15:14:32 +00:00
2019-09-21 02:37:10 +00:00
2018-04-06 15:14:32 +00:00
2018-04-06 15:14:32 +00:00
2018-04-06 15:14:32 +00:00
2018-07-17 01:39:25 +00:00