clang-format: Add SpaceAfterTemplate
authorSylvestre Ledru <sylvestre@debian.org>
Tue, 9 Aug 2016 14:24:40 +0000 (14:24 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 9 Aug 2016 14:24:40 +0000 (14:24 +0000)
commit83bbd5731bcb88374b400d349a98711d71c2ec14
treece0cf9126a7015e758f4752bbfb97b22248184e1
parent27740d038cca7914ce005ab6d1ed11e3f0fc2a4e
clang-format: Add SpaceAfterTemplate

Summary:
This is required for compliance with the Mozilla style guide.

This is a rebase+minor change of Birunthan Mohanathas's patch

Reviewers: djasper

Subscribers: klimek, cfe-commits, opilarium

Differential Revision: https://reviews.llvm.org/D23317

llvm-svn: 278121
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp