This revision was automatically updated to reflect the committed changes.
Closed by commit rL302523: clang-format: [JS] keep triple slash directives
intact. (authored by mprobst).
Changed prior to commit:
https://reviews.llvm.org/D32997?vs=98270&id=98272#toc
Repository:
rL LLVM
https://revi
djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.
Looks good.
https://reviews.llvm.org/D32997
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listi
mprobst created this revision.
Herald added a subscriber: klimek.
TypeScript uses triple slash directives of the form:
///
For various non-source instructions that should not be wrapped.
Reference:
https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html
https://reviews.ll