summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2024-10-08 21:03:58 +0100
committerGitHub <noreply@github.com>2024-10-08 22:03:58 +0200
commita199fb1229987d0885a4367e3a439db336069156 (patch)
tree1095e82081c5950cb4879c01c7ff8999dd27f769 /lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
parentd905b1caf14d51ebdc67a3c114a2265d479f818c (diff)
[clang-tidy] Only expand <inttypes.h> macros in modernize-use-std-format/print (#97911)
Expanding all macros in the printf/absl::StrFormat format string before conversion could easily break code if those macros are expanded change their definition between builds. It's important for this check to expand the <inttypes.h> PRI macros though, so let's ensure that the presence of any other macros in the format string causes the check to emit a warning and not perform any conversion.
Diffstat (limited to 'lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py')
0 files changed, 0 insertions, 0 deletions