From: Eric Christopher Date: Wed, 19 Sep 2012 22:40:44 +0000 (+0000) Subject: Grammar. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=847665dc988266931b6aeab7aeb2d311caf05efc;p=clang Grammar. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164260 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 10ad7af19e..5169cdf4ee 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -810,7 +810,7 @@ CollectRecordFields(const RecordDecl *record, llvm::DIFile tunit, } else { // TODO: Need to handle 'this' in some way by probably renaming the // this of the lambda class and having a field member of 'this' or - // by use AT_object_pointer for the function and having that be + // by using AT_object_pointer for the function and having that be // used as 'this' for semantic references. assert(C.capturesThis() && "Field that isn't captured and isn't this?"); FieldDecl *f = *Field;