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
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
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>
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
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
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
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
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