[all-commits] [llvm/llvm-project] 5f8c9a: [NFC] Rename test to reflect scope (array bounds c...
Hubert Tong via All-commits
all-commits at lists.llvm.org
Sat Jun 13 16:34:25 PDT 2026
Branch: refs/heads/users/hubert-reinterpretcast/nfc-clangUbsanAssignOpNullAlignBoundsChkTestRenames
Home: https://github.com/llvm/llvm-project
Commit: 5f8c9ae8e14c76297af19b346e0b76a661cc7c9d
https://github.com/llvm/llvm-project/commit/5f8c9ae8e14c76297af19b346e0b76a661cc7c9d
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2026-06-13 (Sat, 13 Jun 2026)
Changed paths:
A clang/test/CodeGen/ubsan-aggregate-null-align-bounds.c
R clang/test/CodeGen/ubsan-aggregate-null-align.c
Log Message:
-----------
[NFC] Rename test to reflect scope (array bounds checking)
Commit: 5e7f581a33d6860c757120e1e7b407505fe91e0c
https://github.com/llvm/llvm-project/commit/5e7f581a33d6860c757120e1e7b407505fe91e0c
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2026-06-13 (Sat, 13 Jun 2026)
Changed paths:
M clang/test/CodeGen/ubsan-aggregate-null-align-bounds.c
Log Message:
-----------
[NFC] Rename test functions for internal convention consistency
Consistently use "deref" and "subscript" to refer to `*p` and `arr[idx]`
expression forms.
Compare: https://github.com/llvm/llvm-project/compare/5f8c9ae8e14c%5E...5e7f581a33d6
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list