From 0cac4ca3916ac24ab6139d03cbfd18db9e715bfe Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 25 Nov 2014 21:00:58 +0000 Subject: Import LLDB as of upstream SVN r216948 (git 50f7fe44) This corresponds with the branchpoint for the 3.5 release. A number of files not required for the FreeBSD build have been removed. Sponsored by: DARPA, AFRL --- source/Symbol/ClangExternalASTSourceCommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Symbol/ClangExternalASTSourceCommon.cpp') diff --git a/source/Symbol/ClangExternalASTSourceCommon.cpp b/source/Symbol/ClangExternalASTSourceCommon.cpp index 697dc7eec493..650d252a8fc3 100644 --- a/source/Symbol/ClangExternalASTSourceCommon.cpp +++ b/source/Symbol/ClangExternalASTSourceCommon.cpp @@ -36,7 +36,7 @@ ClangExternalASTSourceCommon::GetMetadata (const void *object) if (HasMetadata (object)) return &m_metadata[object]; else - return NULL; + return nullptr; } void -- cgit v1.3