summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2013-05-23 09:41:43 +0000
committerManuel Klimek <klimek@google.com>2013-05-23 09:41:43 +0000
commitab41991c073b359a8c343efb2b22b2ce3992c815 (patch)
tree441100890e88485658b88b8a486b1178f426d7fd /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentfd7d9f45dd5abd3b9cff598cffb3b24145d3aaa8 (diff)
Expand parsing of braced init lists.
Allows formatting of C++11 braced init list constructs, like: vector<int> v { 1, 2, 3 }; f({ 1, 2 }); This involves some changes of how tokens are handled in the UnwrappedLineFormatter. Note that we have a plan to evolve the design of the token flow into one where we create all tokens up-front and then annotate them in the various layers (as we currently already have to create all tokens at once anyway, the current abstraction does not help). Thus, this introduces FIXMEs towards that goal. llvm-svn: 182568
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions