Skip to content

Commit

Permalink
Merge branch 'mr/24.1-backport-gnat-482' into 'master'
Browse files Browse the repository at this point in the history
[24.1] update impact of eng/toolchain/gnat#482 KP detector

See merge request eng/libadalang/langkit-query-language!152
  • Loading branch information
brobecke committed Dec 5, 2023
2 parents d3bdeb8 + 7e38962 commit 6e85470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lkql_checker/share/lkql/kp/KP-18801.lkql
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fun check_params(n) = {

@check(help="possible occurrence of KP 18801",
message="possible occurrence of KP 18801",
impact="23.*,24.*")
impact="23.*")
fun kp_18801(node) =
node is (BinOp(f_op is OpEq) or
CallExpr(p_kind() is "call") when node.f_name.p_name_is("\"=\""))
Expand Down

0 comments on commit 6e85470

Please sign in to comment.