[PATCH] Expand parsing of braced init lists.

Manuel Klimek klimek at google.com
Thu May 23 02:01:15 PDT 2013


Hi djasper,

Allows formatting of C++11 braced init list constructs, like:
vector<int> v { 1, 2, 3 };
f({ 1, 2 });

http://llvm-reviews.chandlerc.com/D848

Files:
  lib/Format/UnwrappedLineParser.cpp
  lib/Format/UnwrappedLineParser.h
  unittests/Format/FormatTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D848.1.patch
Type: text/x-patch
Size: 10412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130523/c8163c7a/attachment.bin>


More information about the cfe-commits mailing list