forked from OSchip/llvm-project
clang-format a line containing nothing but a "{". No behavior change.
llvm-svn: 235047
This commit is contained in:
parent
ea7386d40c
commit
7f5015a9cc
|
@ -1877,9 +1877,8 @@ bool VarDecl::isInExternCXXContext() const {
|
|||
|
||||
VarDecl *VarDecl::getCanonicalDecl() { return getFirstDecl(); }
|
||||
|
||||
VarDecl::DefinitionKind VarDecl::isThisDeclarationADefinition(
|
||||
ASTContext &C) const
|
||||
{
|
||||
VarDecl::DefinitionKind
|
||||
VarDecl::isThisDeclarationADefinition(ASTContext &C) const {
|
||||
// C++ [basic.def]p2:
|
||||
// A declaration is a definition unless [...] it contains the 'extern'
|
||||
// specifier or a linkage-specification and neither an initializer [...],
|
||||
|
|
Loading…
Reference in New Issue