зеркало из https://github.com/microsoft/clang-1.git
Comments fix.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51151 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
7ea2e3f6aa
Коммит
3d0d83a4a0
|
@ -67,7 +67,7 @@ void IdentifierResolver::AddDecl(NamedDecl *D) {
|
|||
}
|
||||
|
||||
/// AddShadowedDecl - Link the decl to its shadowed decl chain putting it
|
||||
/// after the decl that the iterator points to, thus the 'CIT' decl will be
|
||||
/// after the decl that the iterator points to, thus the 'Shadow' decl will be
|
||||
/// encountered before the 'D' decl.
|
||||
void IdentifierResolver::AddShadowedDecl(NamedDecl *D, NamedDecl *Shadow) {
|
||||
assert(D->getIdentifier() == Shadow->getIdentifier() && "Different ids!");
|
||||
|
|
|
@ -335,7 +335,7 @@ public:
|
|||
void AddDecl(NamedDecl *D);
|
||||
|
||||
/// AddShadowedDecl - Link the decl to its shadowed decl chain putting it
|
||||
/// after the decl that the iterator points to, thus the 'CIT' decl will be
|
||||
/// after the decl that the iterator points to, thus the 'Shadow' decl will be
|
||||
/// encountered before the 'D' decl.
|
||||
void AddShadowedDecl(NamedDecl *D, NamedDecl *Shadow);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче