diff options
author | Martin Probst <martin@probst.io> | 2016-06-09 22:49:04 +0000 |
---|---|---|
committer | Martin Probst <martin@probst.io> | 2016-06-09 22:49:04 +0000 |
commit | 2ec2324f3c70abd722eced1df41d7257143164ac (patch) | |
tree | ca581ab1828d429f7c4e7f6d351a449786491f98 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4acea0aa2276111142e43e601b88f68ed8107570 (diff) | |
download | llvm-2ec2324f3c70abd722eced1df41d7257143164ac.zip llvm-2ec2324f3c70abd722eced1df41d7257143164ac.tar.gz llvm-2ec2324f3c70abd722eced1df41d7257143164ac.tar.bz2 |
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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions