Summary:
authorMartin Probst <martin@probst.io>
Tue, 19 Apr 2016 14:59:16 +0000 (14:59 +0000)
committerMartin Probst <martin@probst.io>
Tue, 19 Apr 2016 14:59:16 +0000 (14:59 +0000)
commit805c6167c2c98bcb7b216a2b6628071fa551e413
treea484593d6efea3c728cbeb7bd3563e394c713aad
parent053f1aa6d09df250ef27b992974b06bbad637557
Summary:
clang-format: [JS] unit tests for type aliases.

Also adds a test for "foo as bar" casts.

Spec:
https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#3.10

These are already handled correctly.

Reviewers: djasper

Subscribers: cfe-commits, klimek

Differential Revision: http://reviews.llvm.org/D19206

llvm-svn: 266744
clang/unittests/Format/FormatTestJS.cpp