summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-05-06 06:35:44 +0000
committerDaniel Jasper <djasper@google.com>2013-05-06 06:35:44 +0000
commit10cd581f9503731e454d3b17941a8a69abd0bd3f (patch)
tree8cf02c2acbfbb79282c1da26a15ad57bcc8fbcdd /clang/test
parent4e18ca520071a5c6fe07e53d1e1c5cda9b768dce (diff)
downloadbcm5719-llvm-10cd581f9503731e454d3b17941a8a69abd0bd3f.tar.gz
bcm5719-llvm-10cd581f9503731e454d3b17941a8a69abd0bd3f.zip
Don't put a space before ellipsis.
Before: template <class ... Ts> void Foo(Ts ... ts) { Foo(ts ...); } After: template <class... Ts> void Foo(Ts... ts) { Foo(ts...); } llvm-svn: 181182
Diffstat (limited to 'clang/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud