[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);
|
is_attr_used, attrs.is_artificial);
|
||||||
|
|
||||||
type_handled = cxx_method_decl != NULL;
|
type_handled = cxx_method_decl != NULL;
|
||||||
// Artificial methods are always handled even when don't
|
// Artificial methods are always handled even when we
|
||||||
// create a new declaration for them.
|
// don't create a new declaration for them.
|
||||||
type_handled |= attrs.is_artificial;
|
type_handled |= attrs.is_artificial;
|
||||||
|
|
||||||
if (cxx_method_decl) {
|
if (cxx_method_decl) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue