Go to file
Daniel Jasper 17605d3961 clang-format: Add option to allow short blocks on a single line.
With AllowShortBlocksOnASingleLine, clang-format allows:
  if (a) { return; }

Based on patch by Gonzalo BG, thank you!

llvm-svn: 208765
2014-05-14 09:33:35 +00:00
clang clang-format: Add option to allow short blocks on a single line. 2014-05-14 09:33:35 +00:00
clang-tools-extra Update for Clang API change and move ClangTidyDiagnosticRenderer into an anonymous namespace while there. 2014-05-10 16:32:07 +00:00
compiler-rt [asan] tyring to fix the Android build 2014-05-14 09:21:22 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
libcxxabi PR19091: Track whether we're demangling a function template specialization to 2014-05-12 18:44:13 +00:00
lld [PECOFF] Find symbols with @number suffix for dllexported symbols 2014-05-14 06:29:32 +00:00
lldb Don't assert and crash when sections are malformed. 2014-05-14 01:12:09 +00:00
llvm Update of the documentation: I think we are now happy with Phabricator 2014-05-14 09:22:15 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly fix clang format 2014-05-12 20:24:26 +00:00