]> granicus.if.org Git - clang/commit
Use front() instead of [0] to make code more consistent with the next line that uses...
authorCraig Topper <craig.topper@gmail.com>
Thu, 22 Oct 2015 01:56:16 +0000 (01:56 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 22 Oct 2015 01:56:16 +0000 (01:56 +0000)
commit5403247ced3b363f025fbd523f157942a4929018
tree52910d28ff3fe35621d053d6ab1f8a3593ddd168
parentf3569d26d4619d558562263a3da454bd3ee52baf
Use front() instead of [0] to make code more consistent with the next line that uses back().

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