aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorSirui Mu <msrlancern@gmail.com>2025-10-29 23:04:26 +0800
committerGitHub <noreply@github.com>2025-10-29 23:04:26 +0800
commite65b36c640b781be724f587085056c2819c7ad00 (patch)
tree566651e7427e731913f7aa7a552ef2a547008f53 /lldb/source/Plugins/ScriptInterpreter/Python
parent3d2efe71c0db291b60add10332a058885a13398b (diff)
downloadllvm-e65b36c640b781be724f587085056c2819c7ad00.zip
llvm-e65b36c640b781be724f587085056c2819c7ad00.tar.gz
llvm-e65b36c640b781be724f587085056c2819c7ad00.tar.bz2
[clang-tidy] Allow thread-local variables in avoid-non-const-global-variables (#164442)
This patch adds an option named `AllowThreadLocal` to the `cppcoreguidelines-avoid-non-const-global-variables` check. When set to true, the option suppresses warnings generated for non-const global variables with thread-local storage duration. By default, the option is set to false.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions