[Lldb-commits] [lldb] ad709bc - [lldb] Fix -Wformat warning after 5a27b99825a5ba3a7a2eec3d35aea381a3ba9a31

2022-03-09 Thread Krasimir Georgiev via lldb-commits
Author: Krasimir Georgiev Date: 2022-03-09T12:41:34+01:00 New Revision: ad709bcfb02e5bc7c92a8f1b9b6f0ef76a8081fd URL: https://github.com/llvm/llvm-project/commit/ad709bcfb02e5bc7c92a8f1b9b6f0ef76a8081fd DIFF: https://github.com/llvm/llvm-project/commit/ad709bcfb02e5bc7c92a8f1b9b6f0ef76a8081fd.d

Re: [Lldb-commits] [lldb] 92b475f - [lldb] silence -Wsometimes-uninitialized warnings

2021-09-28 Thread Krasimir Georgiev via lldb-commits
ldn't be > printed if to_integer returns false in the diagnostic on line 195. If that > diagnostic didn't use the variables, then I don't think this'd warn? > > On Mon, Sep 27, 2021 at 12:38 AM Krasimir Georgiev via lldb-commits < > lldb-commits@lists.llvm.org>

[Lldb-commits] [lldb] 92b475f - [lldb] silence -Wsometimes-uninitialized warnings

2021-09-27 Thread Krasimir Georgiev via lldb-commits
Author: Krasimir Georgiev Date: 2021-09-27T09:35:58+02:00 New Revision: 92b475f0b079e125c588b121dc50116ea5d6d9f2 URL: https://github.com/llvm/llvm-project/commit/92b475f0b079e125c588b121dc50116ea5d6d9f2 DIFF: https://github.com/llvm/llvm-project/commit/92b475f0b079e125c588b121dc50116ea5d6d9f2.d

[Lldb-commits] [lldb] r360146 - [lldb] Add MacroQualified switch cases for r360109

2019-10-04 Thread Krasimir Georgiev via lldb-commits
Author: krasimir Date: Tue May 7 06:59:30 2019 New Revision: 360146 URL: http://llvm.org/viewvc/llvm-project?rev=360146&view=rev Log: [lldb] Add MacroQualified switch cases for r360109 Summary: r360109 added a new enum case, causing lldb build to fail with several errors like: lldb/source/Symbo

[Lldb-commits] [lldb] r372221 - [lldb] Fix a test assertion after r372192

2019-10-04 Thread Krasimir Georgiev via lldb-commits
Author: krasimir Date: Wed Sep 18 05:41:17 2019 New Revision: 372221 URL: http://llvm.org/viewvc/llvm-project?rev=372221&view=rev Log: [lldb] Fix a test assertion after r372192 Summary: The `CHECK: frame:py: None` seems to have been a typo, causing build bot failures: ``` # CHECK: frame:py: Non

[Lldb-commits] [lldb] r372112 - lldb: move a test input to the test Inputs dir

2019-10-04 Thread Krasimir Georgiev via lldb-commits
Author: krasimir Date: Tue Sep 17 05:23:03 2019 New Revision: 372112 URL: http://llvm.org/viewvc/llvm-project?rev=372112&view=rev Log: lldb: move a test input to the test Inputs dir Summary: This makes the input file for a new test added in r372060 directly available in the Inputs subdirectory of

[Lldb-commits] [lldb] r353161 - [Expressions] Fix -Wreorder warning from r353149

2019-10-04 Thread Krasimir Georgiev via lldb-commits
Author: krasimir Date: Tue Feb 5 03:35:45 2019 New Revision: 353161 URL: http://llvm.org/viewvc/llvm-project?rev=353161&view=rev Log: [Expressions] Fix -Wreorder warning from r353149 Summary: ``` ClangExpressionDeclMap.cpp:72:60: error: field 'm_struct_vars' will be initialized after field 'm_c

[Lldb-commits] [lldb] r344722 - Revert "Return a named error in the result object of an expression with no result"

2019-10-04 Thread Krasimir Georgiev via lldb-commits
Author: krasimir Date: Wed Oct 17 20:10:43 2018 New Revision: 344722 URL: http://llvm.org/viewvc/llvm-project?rev=344722&view=rev Log: Revert "Return a named error in the result object of an expression with no result" This reverts commit r344647. This causes build failures with [-Werror, -Wswitc