commit | 27a3ad18986370df3dc08e7f9941e5bf824603af | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Fri Jul 08 18:34:32 2011 +0000 |
committer | Jim Ingham <jingham@apple.com> | Fri Jul 08 18:34:32 2011 +0000 |
tree | bb554528a6d355f2581a5f8a225b7552ad0dd60d | |
parent | 19c0d58b8d2c168b835477e6a681e971ac32ece5 [diff] [blame] |
remove errant parenthesis. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@134717 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/ClangExpressionDeclMap.cpp b/source/Expression/ClangExpressionDeclMap.cpp index 9ee556e..dd952c9 100644 --- a/source/Expression/ClangExpressionDeclMap.cpp +++ b/source/Expression/ClangExpressionDeclMap.cpp
@@ -1918,7 +1918,7 @@ void *pointer_target_type = NULL; if (!ClangASTContext::IsPointerType(self_user_type.GetOpaqueQualType(), - &pointer_target_type)) + &pointer_target_type) || pointer_target_type == NULL) return;