summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-11-11 19:34:57 +0000
committerDaniel Jasper <djasper@google.com>2014-11-11 19:34:57 +0000
commit64a328e96f926e6f751161f500245cd173674250 (patch)
tree174971e1744ce007aaaa1a46672e7d6b3f3a17c1 /clang/lib/Sema/SemaExpr.cpp
parent57e18ac96dc24540c4b512a3ad02a6255425e4a1 (diff)
downloadbcm5719-llvm-64a328e96f926e6f751161f500245cd173674250.tar.gz
bcm5719-llvm-64a328e96f926e6f751161f500245cd173674250.zip
clang-format: Preserve trailing-comma logic even with comments.
Before: vector<int> SomeVector = {// aaa 1, 2, }; After: vector<int> SomeVector = { // aaa 1, 2, }; llvm-svn: 221699
Diffstat (limited to 'clang/lib/Sema/SemaExpr.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud