зеркало из https://github.com/microsoft/clang.git
First test commit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
a495066d3c
Коммит
b81d3012ff
|
@ -5478,7 +5478,6 @@ unsigned clang_CXXMethod_isVirtual(CXCursor C) {
|
|||
Method = dyn_cast_or_null<CXXMethodDecl>(D);
|
||||
return (Method && Method->isVirtual()) ? 1 : 0;
|
||||
}
|
||||
|
||||
} // end: extern "C"
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Загрузка…
Ссылка в новой задаче