Home | History | Annotate | Download | only in Sema
      1 config.substitutions = list(config.substitutions)
      2 config.substitutions.insert(0,
      3     (r'%clang\b',
      4      """*** Do not use the driver in Sema tests. ***""") )
      5