]> granicus.if.org Git - clang/commit
fix a negated conditional in getDecomposedInstantiationLocSlowCase,
authorChris Lattner <sabre@nondot.org>
Mon, 26 Jan 2009 19:41:58 +0000 (19:41 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Jan 2009 19:41:58 +0000 (19:41 +0000)
commitbcd1a1b5af0b2d57b20fc393a8c3b0badc58c450
tree86bfff2c93af11859d2bae44fa6826a3b037f226
parent33116d6196f8f4ba137e101b16f3c8c624e0b03e
fix a negated conditional in getDecomposedInstantiationLocSlowCase,
which I think is rdar://6527005, and make getDecomposedSpellingLocSlowCase
handle nested spelling locations.

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