| commit | 2ec2324f3c70abd722eced1df41d7257143164ac | [log] [tgz] |
|---|---|---|
| author | Martin Probst <martin@probst.io> | Thu Jun 09 22:49:04 2016 +0000 |
| committer | Martin Probst <martin@probst.io> | Thu Jun 09 22:49:04 2016 +0000 |
| tree | ca581ab1828d429f7c4e7f6d351a449786491f98 | |
| parent | 4acea0aa2276111142e43e601b88f68ed8107570 [diff] |
clang-format: [JS] recognized named functions in AnnotatingParser.
Summary: This also fixes union type formatting in function parameter types.
Before: function x(path: number| string) {}
After: function x(path: number|string) {}
Reviewers: djasper
Subscribers: klimek, cfe-commits
Differential Revision: http://reviews.llvm.org/D21206
llvm-svn: 272330