]> granicus.if.org Git - clang/commit
PR14581: Make SourceLocation::printToString work, or it will always return an empty...
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 12 Dec 2012 14:17:17 +0000 (14:17 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 12 Dec 2012 14:17:17 +0000 (14:17 +0000)
commit21fa5d182f7b0b65c8233d6e228fc374d6d6e8bb
treee671c7513d63c814304c08248f3f35e83f235375
parentacaf110ec9f2622f76f32c23fd0c2488952bdd21
PR14581: Make SourceLocation::printToString work, or it will always return an empty string.

No test case, this is debugging code.

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