projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7ab495
)
Test commit
author
Bruno Ricci
<riccibrun@gmail.com>
Fri, 3 Aug 2018 13:13:05 +0000
(13:13 +0000)
committer
Bruno Ricci
<riccibrun@gmail.com>
Fri, 3 Aug 2018 13:13:05 +0000
(13:13 +0000)
llvm-svn: 338885
clang/lib/AST/DeclBase.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/AST/DeclBase.cpp
b/clang/lib/AST/DeclBase.cpp
index
b31e41d
..
796b532
100644
(file)
--- a/
clang/lib/AST/DeclBase.cpp
+++ b/
clang/lib/AST/DeclBase.cpp
@@
-1017,7
+1017,7
@@
DeclContext::~DeclContext() = default;
/// a friend function the parent lookup context is the lexical context, which
/// is the class in which the friend is declared.
DeclContext *DeclContext::getLookupParent() {
- // FIXME: Find a better way to identify friends
+ // FIXME: Find a better way to identify friends
.
if (isa<FunctionDecl>(this))
if (getParent()->getRedeclContext()->isFileContext() &&
getLexicalParent()->getRedeclContext()->isRecord())