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)
commitadaf795fc95830a05835ce118c2b6b6f86ae69c3
tree545867ff27a6108abb72b784b306a8ac915c0504
parent125939cbf781b770349f5378cd8091b2c0ae682e
PR14581: Make SourceLocation::printToString work, or it will always return an empty string.

No test case, this is debugging code.

llvm-svn: 169980
clang/lib/Basic/SourceLocation.cpp