summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorDávid Bolvanský <david.bolvansky@gmail.com>2020-09-27 21:32:32 +0200
committerDávid Bolvanský <david.bolvansky@gmail.com>2020-09-27 21:37:09 +0200
commit155ac333945d7af507bb28dc6f2539300a4c0666 (patch)
tree1731bdc9aeb7704a484d9e3f4f3a3a5bd7cb871c /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent0103df7903b328aa4ca8116a5c4cb4c01d48ea7d (diff)
[BuildLibCalls] Add noalias for strcat and stpcpy
strcat: destination and source shall not overlap. (http://www.cplusplus.com/reference/cstring/strcat/) stpcpy: The strings may not overlap, and the destination string dest must be large enough to receive the copy. (https://man7.org/linux/man-pages/man3/stpcpy.3.html) Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D88335
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions