Re: [PATCH] D19206: Add a test for "foo as bar" casts.

2016-04-19 Thread Martin Probst via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL266744: Summary: (authored by mprobst). Changed prior to commit: http://reviews.llvm.org/D19206?vs=54019&id=54192#toc Repository: rL LLVM http://reviews.llvm.org/D19206 Files: cfe/trunk/unittests/

Re: [PATCH] D19206: Add a test for "foo as bar" casts.

2016-04-19 Thread Daniel Jasper via cfe-commits
djasper accepted this revision. djasper added a comment. This revision is now accepted and ready to land. Looks good. http://reviews.llvm.org/D19206 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listin

Re: [PATCH] D19206: Add a test for "foo as bar" casts.

2016-04-17 Thread Martin Probst via cfe-commits
mprobst updated this revision to Diff 54019. mprobst added a comment. - test, test name http://reviews.llvm.org/D19206 Files: unittests/Format/FormatTestJS.cpp Index: unittests/Format/FormatTestJS.cpp === --- unittests/Format/Fo

[PATCH] D19206: Add a test for "foo as bar" casts.

2016-04-17 Thread Martin Probst via cfe-commits
mprobst created this revision. mprobst added a reviewer: djasper. mprobst added a subscriber: cfe-commits. Herald added a subscriber: klimek. clang-format: [JS] unit tests for type aliases. Spec: https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#3.10 These are already handled corre