]> granicus.if.org Git - clang/commit
Refactor: CheckExplicitInitList is only called to check an entire InitListExpr,
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Sep 2013 20:10:22 +0000 (20:10 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Sep 2013 20:10:22 +0000 (20:10 +0000)
commitb9bf312dabcc6ba29a9dd92f17bc0130ee12cb62
tree02a132ffec0b397687b0af402ae1bf8798625f61
parentdc40bf9ed03b5cca61d7de9fd0cc925a11935eb0
Refactor: CheckExplicitInitList is only called to check an entire InitListExpr,
so the Index in/out parameters are pointless (always passed in as 0, always
ignored by the caller).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191103 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaInit.cpp