[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Sema / lit.local.cfg
blobf4ef5d2fa02de2851fd44b57da2fe3552ce1e4ad
1 config.substitutions = list(config.substitutions)
2 config.substitutions.insert(0,
3     (r'%clang\b',
4      """*** Do not use the driver in Sema tests. ***""") )