]> granicus.if.org Git - clang/commit
Avoid potential out-of-bounds access in SourceManager::getLineNumber.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 18 May 2009 17:30:52 +0000 (17:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 18 May 2009 17:30:52 +0000 (17:30 +0000)
commit4106d696d7d0725fcd442fdda28a07049d47c573
tree5f197051c4c23973d794d807cd484e5259df6e5f
parent1393d5e2df57667cef07caeba8b7daf6c74cd561
Avoid potential out-of-bounds access in SourceManager::getLineNumber.
 - Chris, please see added FIXMEs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72019 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/SourceManager.cpp