]> granicus.if.org Git - clang/commit
clang-format: Option to control spacing in template argument lists.
authorDaniel Jasper <djasper@google.com>
Tue, 29 Oct 2013 14:52:02 +0000 (14:52 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 29 Oct 2013 14:52:02 +0000 (14:52 +0000)
commitd8ee5c1c8709c5fc060a48b598112f6eadb35d96
tree939d84eb71e58c2ed25c169d72e6c66fe9e04740
parentb7488d77414b000ce2506b520a6b29f845fb3950
clang-format: Option to control spacing in template argument lists.

Same as SpacesInParentheses, this option allows adding a space inside
the '<' and '>' of a template parameter list.

Patch by Christopher Olsen.

This fixes llvm.org/PR17301.

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