aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-04-22 07:59:53 +0000
committerDaniel Jasper <djasper@google.com>2013-04-22 07:59:53 +0000
commitcc960fa6452199e65ed19af2f588cd658f6a1b6d (patch)
tree298ad3d6cff7a57c712cde06db541b2e2b76c2c4 /clang/lib/CodeGen/CodeGenModule.cpp
parent44c6aa670fd5d694f2c5adb5fd1e50e709b58e59 (diff)
downloadllvm-cc960fa6452199e65ed19af2f588cd658f6a1b6d.zip
llvm-cc960fa6452199e65ed19af2f588cd658f6a1b6d.tar.gz
llvm-cc960fa6452199e65ed19af2f588cd658f6a1b6d.tar.bz2
Fix bin-packing behavior of constructor initialziers.
In Google style, constructor initializers need to be all on one line or one initializer per line if that does not fit. Without this patch, this non-bin-packing-behavior incorrectly extends to the parameters of the initializers. Before: Constructor() : aaaaa(aaaaaaaaaaaaaaaaaaaaaa, aaaaaaaaaaaaaaaaaaaaaa, aaaaaaaaaaaaaaaaaaaaaa) {} After: Constructor() : aaaaa(aaaaaaaaaaaaaaaaaaaaaa, aaaaaaaaaaaaaaaaaaaaaa, aaaaaaaaaaaaaaaaaaaaaa) {} llvm-svn: 180001
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions