Changes
Summary
- clang-format: [JS] keep triple slash directives intact. Summary: TypeScript uses triple slash directives of the form: /// <reference path="..."/> For various non-source instructions that should not be wrapped. Reference: https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html Reviewers: djasper Subscribers: cfe-commits, klimek Differential Revision: https://reviews.llvm.org/D32997
Change Type | Path in Repository | Path in Workspace |
---|---|---|
![]() | /cfe/trunk/lib/Format/Format.cpp (diff) | llvm-revision.src/cfe/trunk/lib/Format/Format.cpp |
![]() | /cfe/trunk/unittests/Format/FormatTestJS.cpp (diff) | llvm-revision.src/cfe/trunk/unittests/Format/FormatTestJS.cpp |