]> granicus.if.org Git - clang/commit
Implement isDefined by call to isThisDeclarationADefinition.
authorSerge Pavlov <sepavloff@gmail.com>
Sun, 4 Jun 2017 12:53:12 +0000 (12:53 +0000)
committerSerge Pavlov <sepavloff@gmail.com>
Sun, 4 Jun 2017 12:53:12 +0000 (12:53 +0000)
commitdb12c722db654b9cf8dc9ef9540f95362126471b
tree6163b6abe3e8e65e9b8b06d1a09a853f0383f720
parent914763f2528905be087c1cef6597328721ba90ff
Implement isDefined by call to isThisDeclarationADefinition.

Modifies FunctionDecl::isThisDeclarationADefinition so that it covers
all the cases checked by FunctionDecl::isDefined. Implements the latter
method by call to isThisDeclarationADefinition.

This change is a part of the patch D30170.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304684 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/AST/Decl.cpp
test/SemaCXX/cxx0x-cursory-default-delete.cpp