[all-commits] [llvm/llvm-project] ed304b: [clang][Interp] Diagnose left shifts of negative v...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Jul 13 22:51:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed304b6790ba0391211bffe66856b00d0a949670
https://github.com/llvm/llvm-project/commit/ed304b6790ba0391211bffe66856b00d0a949670
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-07-14 (Sun, 14 Jul 2024)
Changed paths:
M clang/lib/AST/Interp/Interp.h
M clang/test/AST/Interp/shifts.cpp
Log Message:
-----------
[clang][Interp] Diagnose left shifts of negative values
Commit: 77d2283e5824fb5bf375df65559a88a68159594b
https://github.com/llvm/llvm-project/commit/77d2283e5824fb5bf375df65559a88a68159594b
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-07-14 (Sun, 14 Jul 2024)
Changed paths:
M clang/lib/AST/Interp/Interp.h
M clang/test/AST/Interp/shifts.cpp
Log Message:
-----------
[clang][Interp] Diagnose shift overflows
Commit: 92fe3911c3e0f5e76cf60c8b3203002e6e6aa047
https://github.com/llvm/llvm-project/commit/92fe3911c3e0f5e76cf60c8b3203002e6e6aa047
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-07-14 (Sun, 14 Jul 2024)
Changed paths:
M clang/lib/AST/Interp/Compiler.cpp
M clang/test/AST/Interp/literals.cpp
Log Message:
-----------
[clang][Interp] Reject non-pointer typed dummies
This happens a lot for NonTypeTemplateParm decls.
Compare: https://github.com/llvm/llvm-project/compare/de029943cc5a...92fe3911c3e0
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