From: James Dennett Date: Sun, 17 Jun 2012 03:36:08 +0000 (+0000) Subject: Documentation cleanup: fixing a typo from my previous 'fix'. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f198d126ecec1e07a474c419de1bf4dadf92a490;p=clang Documentation cleanup: fixing a typo from my previous 'fix'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158617 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaTemplateInstantiateDecl.cpp b/lib/Sema/SemaTemplateInstantiateDecl.cpp index c0bf06daf1..662b3025af 100644 --- a/lib/Sema/SemaTemplateInstantiateDecl.cpp +++ b/lib/Sema/SemaTemplateInstantiateDecl.cpp @@ -3240,7 +3240,7 @@ DeclContext *Sema::FindInstantiatedContext(SourceLocation Loc, DeclContext* DC, /// /// In the instantiation of X::getKind(), we need to map the /// EnumConstantDecl for KnownValue (which refers to -/// X::\::\KnownValue) to its instantiation +/// X::\\::KnownValue) to its instantiation /// (X::\\::KnownValue). InstantiateCurrentDeclRef() performs /// this mapping from within the instantiation of X. NamedDecl *Sema::FindInstantiatedDecl(SourceLocation Loc, NamedDecl *D,