summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inlining/placement-new-fp-suppression.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Specify the C++ standard in more tests.Artem Dergachev2019-10-191-2/+2
| | | | | | Makes life easier for downstream developers with different default standard. llvm-svn: 375308
* [analyzer] ReturnVisitor: more portable test caseCsaba Dabis2019-06-161-2/+1
| | | | llvm-svn: 363515
* [analyzer] ReturnVisitor: Bypass everything to see inlined callsCsaba Dabis2019-06-151-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
OpenPOWER on IntegriCloud