Searched refs:test_cpp (Results 1 - 1 of 1) sorted by relevance

/external/clang/www/
H A Dmake_cxx_dr_status36 for test_cpp in os.listdir(dr_test_dir):
37 if not test_cpp.endswith('.cpp'):
39 test_cpp = os.path.join(dr_test_dir, test_cpp) variable
41 for match in re.finditer(status_re, file(test_cpp, 'r').read()):
45 print >> sys.stderr, "warning:%s: no '// dr123: foo' comments in this file" % test_cpp

Completed in 74 milliseconds