[all-commits] [llvm/llvm-project] 170b9c: [clang][Sema] Emit warnings about incorrect AVR in...
Ben Shi via All-commits
all-commits at lists.llvm.org
Mon Feb 10 22:04:49 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 170b9caf335eb99cdecba0fb6cdf45728bcac11d
https://github.com/llvm/llvm-project/commit/170b9caf335eb99cdecba0fb6cdf45728bcac11d
Author: Ben Shi <2283975856 at qq.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaAVR.cpp
M clang/lib/Sema/SemaMIPS.cpp
M clang/lib/Sema/SemaMSP430.cpp
M clang/lib/Sema/SemaRISCV.cpp
A clang/test/Sema/avr-interript-signal-attr.c
R clang/test/Sema/avr-interrupt-attr.c
R clang/test/Sema/avr-signal-attr.c
Log Message:
-----------
[clang][Sema] Emit warnings about incorrect AVR interrupt/signal handlers (#125997)
1. interrupt/signal handlers can not have parameters
2. interrupt/signal handlers must be 'void' type
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