clang-format: Introduce style with spaces on both sides of */&.
authorDaniel Jasper <djasper@google.com>
Tue, 17 Jun 2014 12:40:34 +0000 (12:40 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 17 Jun 2014 12:40:34 +0000 (12:40 +0000)
commit553d4878da8855a12d03a97e2ce39b97e2a0a068
treefaf07325145fddcfab992c6e4e7951cc72d898b4
parentc1fd09ba2c9c79bfe6a2531ee482c5fb3fbcb188
clang-format: Introduce style with spaces on both sides of */&.

Patch by Janusz Sobczak (slightly extended).
This fixes llvm.org/19929.

llvm-svn: 211098
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/test/Format/style-on-command-line.cpp
clang/unittests/Format/FormatTest.cpp