Mercurial > hg > CbC > CbC_llvm
diff clang-tools-extra/test/lit.cfg.py @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line diff
--- a/clang-tools-extra/test/lit.cfg.py Mon May 25 11:55:54 2020 +0900 +++ b/clang-tools-extra/test/lit.cfg.py Tue Jun 08 06:07:14 2021 +0900 @@ -115,7 +115,7 @@ if platform.system() not in ['Windows']: config.available_features.add('ansi-escape-sequences') -if config.clang_staticanalyzer: +if config.clang_tidy_staticanalyzer: config.available_features.add('static-analyzer') # Get shlex.quote if available (added in 3.3), and fall back to pipes.quote if