Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/18.0-2024-02-13
/
.
/
clang
/
test
/
SemaCXX
/
warn-unsafe-buffer-usage-debug-unclaimed
/
lit.local.cfg
blob: 07bac415a1a64c0c84caa9bf59e709f0044199af [
file
] [
log
] [
blame
] [
edit
]
# -*- Python -*-
config
.
substitutions
.
append
(
(
"%analyze_safe_buffer_debug_notes"
,
"'%s' %s"
%
(
config
.
python_executable
,
os
.
path
.
join
(
config
.
clang_src_dir
,
"utils"
,
"analyze_safe_buffer_debug_notes.py"
)
)
)
)