forked from OSchip/llvm-project
[lldb][NFC] Fix typo in DWARFASTParserClang.cpp
llvm-svn: 375187
This commit is contained in:
parent
14e9eb3d7c
commit
b31c624156
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue