mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
Ran the static analyzer on the codebase and found a few things.
llvm-svn: 160338
This commit is contained in:
@@ -1336,10 +1336,10 @@ Debugger::FormatPrompt
|
||||
}
|
||||
else if (is_pointer) // if pointer, value is the address stored
|
||||
{
|
||||
var_success = target->DumpPrintableRepresentation(s,
|
||||
val_obj_display,
|
||||
custom_format,
|
||||
ValueObject::ePrintableRepresentationSpecialCasesDisable);
|
||||
target->DumpPrintableRepresentation (s,
|
||||
val_obj_display,
|
||||
custom_format,
|
||||
ValueObject::ePrintableRepresentationSpecialCasesDisable);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user