aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-12-08 13:22:37 +0000
committerDaniel Jasper <djasper@google.com>2014-12-08 13:22:37 +0000
commit3431b7506939e742197fe803f9db412061778f2f (patch)
tree661adcbc68df88cf309f38a4eefed2521f9abe68 /clang/lib/CodeGen/CodeGenModule.cpp
parent980385095ef8666ebccd72d46bc8f9c6ac95821a (diff)
downloadllvm-3431b7506939e742197fe803f9db412061778f2f.zip
llvm-3431b7506939e742197fe803f9db412061778f2f.tar.gz
llvm-3431b7506939e742197fe803f9db412061778f2f.tar.bz2
clang-format: Support commas in lambda return types.
Before: auto next_pair = [](A * a) -> pair<A*, A*>{}; After: auto next_pair = [](A* a) -> pair<A*, A*>{}; llvm-svn: 223652
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions