forked from OSchip/llvm-project
Documentation cleanup: fixing a typo from my previous 'fix'.
llvm-svn: 158617
This commit is contained in:
parent
1cc2203286
commit
3dc736da32
|
@ -3240,7 +3240,7 @@ DeclContext *Sema::FindInstantiatedContext(SourceLocation Loc, DeclContext* DC,
|
|||
///
|
||||
/// In the instantiation of X<int>::getKind(), we need to map the
|
||||
/// EnumConstantDecl for KnownValue (which refers to
|
||||
/// X<T>::\<Kind>::\KnownValue) to its instantiation
|
||||
/// X<T>::\<Kind>\::KnownValue) to its instantiation
|
||||
/// (X<int>::\<Kind>\::KnownValue). InstantiateCurrentDeclRef() performs
|
||||
/// this mapping from within the instantiation of X<int>.
|
||||
NamedDecl *Sema::FindInstantiatedDecl(SourceLocation Loc, NamedDecl *D,
|
||||
|
|
Loading…
Reference in New Issue