[all-commits] [llvm/llvm-project] 1534b0: Fix caret position to be on the non null parameter
Arthur Grillo Queiroz Cabral via All-commits
all-commits at lists.llvm.org
Mon Oct 24 05:38:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1534b048d6fdd7cf5f7dd5d3b8c6876b7cdad184
https://github.com/llvm/llvm-project/commit/1534b048d6fdd7cf5f7dd5d3b8c6876b7cdad184
Author: Arthur Grillo <arthur.grillo at usp.br>
Date: 2022-10-24 (Mon, 24 Oct 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaChecking.cpp
M clang/test/Sema/non-null-warning.c
Log Message:
-----------
Fix caret position to be on the non null parameter
When checking for non null arguments the wrong SourceLocation was given,
this fix to pass the proper argument's location.
Fixes #58273
Differential Revision: https://reviews.llvm.org/D136355
More information about the All-commits
mailing list