forked from OSchip/llvm-project
60bad941a1
Whenever the analyzer budget runs out just at the point where `std::advance()`, `std::prev()` or `std::next()` is invoked the function are not inlined. This results in strange behavior such as `std::prev(v.end())` equals `v.end()`. To prevent this model these functions if they were not inlined. It may also happend that although `std::advance()` is inlined but a function it calls inside (e.g. `__advance()` in some implementations) is not. This case is also handled in this patch. Differential Revision: https://reviews.llvm.org/D76361 |
||
---|---|---|
.. | ||
Models | ||
expected-plists | ||
ctu-chain.cpp | ||
ctu-other.c | ||
ctu-other.c.externalDefMap.txt | ||
ctu-other.cpp | ||
ctu-other.cpp.externalDefMap.txt | ||
llvm.h | ||
localization-pch.h | ||
no-store-suppression.h | ||
plist-macros-ctu.c | ||
plist-macros-ctu.h | ||
plist-macros-with-expansion-ctu.c.externalDefMap.txt | ||
qt-simulator.h | ||
system-header-simulator-cxx-std-suppression.h | ||
system-header-simulator-cxx.h | ||
system-header-simulator-for-cxx-uninitialized-object.h | ||
system-header-simulator-for-malloc.h | ||
system-header-simulator-for-nullability-cxx.h | ||
system-header-simulator-for-nullability.h | ||
system-header-simulator-for-objc-dealloc.h | ||
system-header-simulator-for-pthread-lock.h | ||
system-header-simulator-for-simple-stream.h | ||
system-header-simulator-for-valist.h | ||
system-header-simulator-objc.h | ||
system-header-simulator.h | ||
taint-generic-config-ill-formed.yaml | ||
taint-generic-config-invalid-arg.yaml | ||
taint-generic-config.yaml |