diff options
author | Eric Christopher <echristo@apple.com> | 2012-09-19 22:40:44 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-09-19 22:40:44 +0000 |
commit | 173d91092a3465c9719fed93af5df44cba2aed1d (patch) | |
tree | 5df5d45c2a293bc56d4839981173b95b12168b87 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 9e6cffc9fd3060d94bc4725293a42b02c49abfa5 (diff) | |
download | bcm5719-llvm-173d91092a3465c9719fed93af5df44cba2aed1d.tar.gz bcm5719-llvm-173d91092a3465c9719fed93af5df44cba2aed1d.zip |
Grammar.
llvm-svn: 164260
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 10ad7af19e0..5169cdf4ee2 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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; |