https://github.com/xgupta created
https://github.com/llvm/llvm-project/pull/95713
The dead code is caught by PVS studio analyzer -
https://pvs-studio.com/en/blog/posts/cpp/1126/, fragment N12.
Warning message -
V523 The 'then' statement is equivalent to the 'else' statement. Options.cpp
1212
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Shivam Gupta (xgupta)
Changes
The dead code is caught by PVS studio analyzer -
https://pvs-studio.com/en/blog/posts/cpp/1126/, fragment N12.
Warning message -
V523 The 'then' statement is equivalent to the 'else' statement. Options.cpp
121
https://github.com/JDevlieghere approved this pull request.
https://github.com/llvm/llvm-project/pull/95713
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/xgupta closed https://github.com/llvm/llvm-project/pull/95713
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Shivam Gupta
Date: 2024-06-17T09:56:01+05:30
New Revision: e4e350e85b377e424299d26937cc60ea6868900c
URL:
https://github.com/llvm/llvm-project/commit/e4e350e85b377e424299d26937cc60ea6868900c
DIFF:
https://github.com/llvm/llvm-project/commit/e4e350e85b377e424299d26937cc60ea6868900c.diff
https://github.com/cmtice created
https://github.com/llvm/llvm-project/pull/95738
…uage (DIL).
The Data Inspection Language (DIL), described in
https://discourse.llvm.org/t/rfc-data-inspection-language/69893 includes its
own parser and expression evaluator.
This change defines the AST nodes,
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: None (cmtice)
Changes
…uage (DIL).
The Data Inspection Language (DIL), described in
https://discourse.llvm.org/t/rfc-data-inspection-language/69893 includes its
own parser and expression evaluator.
This change defines the AST nodes, class