summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAdam Balogh <adam.balogh@ericsson.com>2018-10-12 13:05:21 +0000
committerAdam Balogh <adam.balogh@ericsson.com>2018-10-12 13:05:21 +0000
commitabd72e9851b25185331a812ce21187f78240ec03 (patch)
tree907b8fd15a66e521e3490c33f052c5e0e5b3b54f /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentb7f120f07165b462794711c470e188374e377991 (diff)
[clang-tidy] White List Option for performance-unnecessary-value-param, performance-unnecessary-copy-initialization and performance-for-range-copy
New option added to these three checks to be able to silence false positives on types that are intentionally passed by value or copied. Such types are e.g. intrusive reference counting pointer types like llvm::IntrusiveRefCntPtr. The new option is named WhiteListTypes and can contain a semicolon-separated list of names of these types. Regular expressions are allowed. Default is empty. Differential Revision: https://reviews.llvm.org/D52727 llvm-svn: 344340
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions