clang-format: Add SFS_Empty to only empty functions on a single line.
authorDaniel Jasper <djasper@google.com>
Wed, 26 Nov 2014 10:43:58 +0000 (10:43 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 26 Nov 2014 10:43:58 +0000 (10:43 +0000)
commit9e709351c5b09f7d644e1ea4ac8ae4b37df8290c
treedf25bc4e2a0d77209172c0db56f6cfc4b6665269
parent3e4542eac432ee584d4dd885c995e2ab9c0f4715
clang-format: Add SFS_Empty to only empty functions on a single line.

Activated for and tested by Google's Java style.

This fixes llvm.org/PR21667.

llvm-svn: 222819
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp
clang/unittests/Format/FormatTestJava.cpp