repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
warn-unsafe-buffer-usage-debug-unclaimed
/
lit.local.cfg
blob
07bac415a1a64c0c84caa9bf59e709f0044199af
1
# -*- Python -*-
2
3
config.substitutions.append(
4
(
5
"%analyze_safe_buffer_debug_notes",
6
"'%s' %s" % (
7
config.python_executable,
8
os.path.join(config.clang_src_dir, "utils", "analyze_safe_buffer_debug_notes.py")
9
)
10
)
11
)