• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config.substitutions = list(config.substitutions)
2config.substitutions.insert(0,
3    (r'%clang\b',
4     """*** Do not use the driver in Sema tests. ***""") )
5