auto and range-for-ify some things to make changing container types a bit easier...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Sep 2015 21:07:50 +0000 (21:07 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Sep 2015 21:07:50 +0000 (21:07 +0000)
commit6030b444bc033bc7ac5920111e725b9d89ec86ac
treecc0504af44329839f05b27ef15191ce29574fa20
parent41fc6f18d7ba9fb0dc850961c5bf82def6f01d65
auto and range-for-ify some things to make changing container types a bit easier in the (possibly near) future

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248212 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp