[all-commits] [llvm/llvm-project] 0794d5: [clang][Sema] Fix typo in 'offsetof' diagnostics (...
Michael Buch via All-commits
all-commits at lists.llvm.org
Mon Mar 31 06:56:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0794d5cfba4b78b1bf7980a5f9434382a697df23
https://github.com/llvm/llvm-project/commit/0794d5cfba4b78b1bf7980a5f9434382a697df23
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/test/SemaCXX/ms_struct.cpp
M clang/test/SemaCXX/offsetof-0x.cpp
M clang/test/SemaCXX/offsetof.cpp
Log Message:
-----------
[clang][Sema] Fix typo in 'offsetof' diagnostics (#133448)
Before:
```
offset of on non-POD type
```
After:
```
offsetof on non-POD type
```
---------
Co-authored-by: Aaron Ballman <aaron at aaronballman.com>
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