[all-commits] [llvm/llvm-project] 6201f6: Check args passed to __builtin_frame_address and _...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Tue Feb 25 12:47:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6201f6601dec03e44424ad2d5cc04a9766f194b1
https://github.com/llvm/llvm-project/commit/6201f6601dec03e44424ad2d5cc04a9766f194b1
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
M clang/test/Sema/builtin-stackaddress.c
Log Message:
-----------
Check args passed to __builtin_frame_address and __builtin_return_address.
Verifies that an argument passed to __builtin_frame_address or __builtin_return_address is within the range [0, 0xFFFF]
Differential revision: https://reviews.llvm.org/D66839
Re-committed after fixed: c93112dc4f745b0455addb54bfe1c2f79b827c6d
More information about the All-commits
mailing list