Go to file
Francois Ferrand 2a81ca8d61 clang-format: add option to merge empty function body
Summary:
This option supplements the AllowShortFunctionsOnASingleLine flag, to
merge empty function body at the beginning of the line: e.g. when the
function is not short-enough and breaking braces after function.

  int f()
  {}

Reviewers: krasimir, djasper

Reviewed By: djasper

Subscribers: klimek, cfe-commits

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

llvm-svn: 305272
2017-06-13 07:02:43 +00:00
clang clang-format: add option to merge empty function body 2017-06-13 07:02:43 +00:00
clang-tools-extra [clang-tidy] D33930: Do not pick up by default the LLVM style if passing -format. 2017-06-09 22:23:03 +00:00
compiler-rt [ubsan] Detect invalid unsigned pointer index expression (compiler-rt) 2017-06-12 18:42:51 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +00:00
libcxx Add a test with an empty input range - should do nothing 2017-06-13 02:28:40 +00:00
libcxxabi build: use cmake to pass -std=c++11 2017-06-11 23:59:26 +00:00
libunwind [libunwind] Fix executable stack directive on Linux. 2017-05-16 20:18:57 +00:00
lld Fix broken LLD test. 2017-06-13 00:30:09 +00:00
lldb Introduce new command: thread backtrace unique 2017-06-12 16:25:24 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm Read /out:%t which was (accidentally?) removed in r305258. 2017-06-13 07:00:05 +00:00
openmp [OpenMP] Prevent unused-variable warning in libomptarget when compiling in Release mode. 2017-06-09 16:46:07 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [www] Remove outdated documentation 2017-06-12 12:21:47 +00:00