]> granicus.if.org Git - clang/commit
instead of passing in null end location info, pass in the same as start.
authorChris Lattner <sabre@nondot.org>
Thu, 13 Mar 2008 06:29:54 +0000 (06:29 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Mar 2008 06:29:54 +0000 (06:29 +0000)
commit691a38b740562119ea8b2e25c3e04599971e708f
treec1b2e26d1aa07f34f50dfbf97e8bb92d5b437e1f
parent81c018d9482e7cc2addadc6202dcf162a01faefd
instead of passing in null end location info, pass in the same as start.
This still isn't right, but is slightly nicer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48331 91177308-0d34-0410-b5e6-96231b3b80d8
Parse/ParseStmt.cpp