On 26 May 2016 at 15:24, Greg Clayton via lldb-commits
<lldb-commits@lists.llvm.org> wrote:
> Author: gclayton
> Date: Thu May 26 14:24:02 2016
> New Revision: 270891
>
> URL: http://llvm.org/viewvc/llvm-project?rev=270891&view=rev
> Log:
> Make sure that we succeed in starting a definition before we complete it and 
> emit an error if we fail to start the definition.
>
...
> +                                {
> +                                    module_sp->ReportError ("DWARF DIE at 
> 0x%8.8x was not able to start its definition.\nPlease file a bug and attach 
> the file at the start of this error message",
> +                                                            
> type_die_ref.die_offset,
> +                                                            type_name_cstr);
> +                                }

../tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:1762:61:
warning: data argument not used by format string [-Wformat-extra-args]
                                                            type_name_cstr);
                                                            ^
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to