1# -*- Python -*- 2 3config.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) 12
1# -*- Python -*- 2 3config.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) 12