In SourceManager::~SourceManager do a sanity check to make sure we
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 15 Dec 2011 23:37:55 +0000 (23:37 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 15 Dec 2011 23:37:55 +0000 (23:37 +0000)
commitaf41b3f0f2604c1e17be9f0caefe2fd546cf6d7d
treec68292af14bc23e2f3f3a9aca759dd4ee9376853
parent06bb7988032509e5208c37c73871e83361f9c0f7
In SourceManager::~SourceManager do a sanity check to make sure we
don't try to destruct a null ContentCache.

rdar://10567159

llvm-svn: 146707
clang/lib/Basic/SourceManager.cpp