projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6cffc
)
Grammar.
author
Eric Christopher
<echristo@apple.com>
Wed, 19 Sep 2012 22:40:44 +0000
(22:40 +0000)
committer
Eric Christopher
<echristo@apple.com>
Wed, 19 Sep 2012 22:40:44 +0000
(22:40 +0000)
llvm-svn: 164260
clang/lib/CodeGen/CGDebugInfo.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/CodeGen/CGDebugInfo.cpp
b/clang/lib/CodeGen/CGDebugInfo.cpp
index 10ad7af19e01e8eea78bcac3ba337c6ccbaa58c8..5169cdf4ee2d8743f77ba78b4f4415421b5b0298 100644
(file)
--- 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 us
e
AT_object_pointer for the function and having that be
+ // by us
ing
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;