Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Specify the C++ standard in more tests. | Artem Dergachev | 2019-10-19 | 1 | -2/+2 |
| | | | | | | Makes life easier for downstream developers with different default standard. llvm-svn: 375308 | ||||
* | [analyzer] ReturnVisitor: more portable test case | Csaba Dabis | 2019-06-16 | 1 | -2/+1 |
| | | | | llvm-svn: 363515 | ||||
* | [analyzer] ReturnVisitor: Bypass everything to see inlined calls | Csaba Dabis | 2019-06-15 | 1 | -0/+137 |
Summary: When we traversed backwards on ExplodedNodes to see where processed the given statement we `break` too early. With the current approach we do not miss the CallExitEnd ProgramPoint which stands for an inlined call. Reviewers: NoQ, xazax.hun, ravikandhadai, baloghadamsoftware, Szelethus Reviewed By: NoQ Subscribers: szepet, rnkovacs, a.sidorin, mikhail.ramalho, donat.nagy, dkrupp, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D62926 llvm-svn: 363491 |