summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/bstring.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Invalidate destination of std::copy() and std::copy_backward().Devin Coughlin2016-02-071-0/+38
Now that the libcpp implementations of these methods has a branch that doesn't call memmove(), the analyzer needs to invalidate the destination for these methods explicitly. rdar://problem/23575656 llvm-svn: 260043
OpenPOWER on IntegriCloud