From: Erik Verbruggen Date: Mon, 19 Sep 2011 15:03:11 +0000 (+0000) Subject: First test commit. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b81d3012ff46e99c0373ef67b1481150a1dd8609;p=clang First test commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140016 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/libclang/CIndex.cpp b/tools/libclang/CIndex.cpp index 51749d7849..25434164f4 100644 --- a/tools/libclang/CIndex.cpp +++ b/tools/libclang/CIndex.cpp @@ -5478,7 +5478,6 @@ unsigned clang_CXXMethod_isVirtual(CXCursor C) { Method = dyn_cast_or_null(D); return (Method && Method->isVirtual()) ? 1 : 0; } - } // end: extern "C" //===----------------------------------------------------------------------===//