llvm with tablegen backend for capstone disassembler
Go to file
Manuel Klimek a54d1a99a2 Fixes formatting of nested brace initializers.
We now format this correctly:
Status::Rep Status::global_reps[3] = {
  { kGlobalRef, OK_CODE, NULL, NULL, NULL },
  { kGlobalRef, CANCELLED_CODE, NULL, NULL, NULL },
  { kGlobalRef, UNKNOWN_CODE, NULL, NULL, NULL }
};

- fixed a bug where BreakBeforeClosingBrace would be set on the wrong
  state
- added penalties for breaking between = and {, and between { and any
  other non-{ token

llvm-svn: 172433
2013-01-14 16:41:43 +00:00
clang Fixes formatting of nested brace initializers. 2013-01-14 16:41:43 +00:00
clang-tools-extra Add support for Chromium style. 2013-01-14 16:26:38 +00:00
compiler-rt [ubsan] Use __sanitizer::atomic_exchange(), prefer shared impl. 2013-01-14 16:13:52 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix exception safety bug in vector::push_back 2013-01-11 20:36:59 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [test] Fix tests on Windows. 2013-01-13 01:09:51 +00:00
lldb Fix cross-compiling problems in build-llvm.pl script. <rdar://problem/12986905> 2013-01-12 19:33:08 +00:00
llvm Revert r171829 "Split changeset_ty using iterators instead of loops" as it breaks the VS2008 build 2013-01-14 14:13:06 +00:00
polly Dead code elimination: Make variable names uppercase 2013-01-08 08:53:58 +00:00