eaeltsin added a comment.
This introduces an invalid TS transformation, from
  type x = 'ab';
to
  type x = ('a'+'b');
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154093/new/
https://reviews.llvm.org/D154093