]> granicus.if.org Git - clang/commit
Silence dead store warning. It is conceptually possible we will
authorTed Kremenek <kremenek@apple.com>
Fri, 12 Oct 2012 22:56:33 +0000 (22:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 12 Oct 2012 22:56:33 +0000 (22:56 +0000)
commit186ec9c2e6db6fd5827f2078d2a6b82085be54d3
treefd193091c13a09b1e7a9b3de87e082662c177b91
parent507d106c758e745d3f71f44639092eb97d356525
Silence dead store warning.  It is conceptually possible we will
add more code that references SourceFile, so removing the dead store
doesn't seem appropriate for the long term.

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