[all-commits] [llvm/llvm-project] 3a46e5: [NFC][tests] Rename test file and function names t...
Hubert Tong via All-commits
all-commits at lists.llvm.org
Sat Jun 13 17:08:05 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a46e59c2bf4db22cc22ef8a92d459c34c696731
https://github.com/llvm/llvm-project/commit/3a46e59c2bf4db22cc22ef8a92d459c34c696731
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2026-06-14 (Sun, 14 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][tests] Rename test file and function names to reflect scope/content (#203731)
Rename test file to reflect scope (includes array bounds checking).
Rename test functions for internal convention consistency:
Consistently use "deref" and "subscript" to refer to `*p` and `arr[idx]`
expression forms.
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