summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-10-17 23:11:32 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-10-17 23:11:32 +0000
commitb31c6241566ed106999fa6ca38f020e0c81b84cd (patch)
tree6a7c54466897dc59c94d527d1f2fcce6aab134bc
parent14e9eb3d7caed026a805033a9ce7b9e70d18bf04 (diff)
downloadbcm5719-llvm-b31c6241566ed106999fa6ca38f020e0c81b84cd.tar.gz
bcm5719-llvm-b31c6241566ed106999fa6ca38f020e0c81b84cd.zip
[lldb][NFC] Fix typo in DWARFASTParserClang.cpp
llvm-svn: 375187
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
index ed87441b1f5..636e6032b87 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
@@ -1007,8 +1007,8 @@ TypeSP DWARFASTParserClang::ParseTypeFromDWARF(const SymbolContext &sc,
is_attr_used, attrs.is_artificial);
type_handled = cxx_method_decl != NULL;
- // Artificial methods are always handled even when don't
- // create a new declaration for them.
+ // Artificial methods are always handled even when we
+ // don't create a new declaration for them.
type_handled |= attrs.is_artificial;
if (cxx_method_decl) {
OpenPOWER on IntegriCloud