diff options
author | Manuel Klimek <klimek@google.com> | 2013-01-14 16:41:43 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2013-01-14 16:41:43 +0000 |
commit | a54d1a99a2ea04e2746e154ab9f59dc8eaee60b0 (patch) | |
tree | 855ef6bf09967c5a988f90533e6953fc43a903e9 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 51ce63cd9897a9be8160329f5c14d4394bd048a9 (diff) | |
download | bcm5719-llvm-a54d1a99a2ea04e2746e154ab9f59dc8eaee60b0.tar.gz bcm5719-llvm-a54d1a99a2ea04e2746e154ab9f59dc8eaee60b0.zip |
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions