]> granicus.if.org Git - clang/commit
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)
commitecf27f00beed659c1978fedb10d731204ea32781
treebc63f30bdfdc177c41d37d6609f24e7b6f730162
parent63240447ac6e22c3b2ea395f1b48bcaa4bb85cad
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278121 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ClangFormatStyleOptions.rst
include/clang/Format/Format.h
lib/Format/Format.cpp
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTest.cpp