aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2025-04-01 07:56:36 -0400
committerGitHub <noreply@github.com>2025-04-01 07:56:36 -0400
commit41b83b48e37aa0c7f9e0458638567f37d6dbc924 (patch)
treeb56b83f5564a1f710c617b3d0f0403fcf4105583 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent290d7b82cb5d3fd9fb433ede0eef7f3a524d89cd (diff)
downloadllvm-41b83b48e37aa0c7f9e0458638567f37d6dbc924.zip
llvm-41b83b48e37aa0c7f9e0458638567f37d6dbc924.tar.gz
llvm-41b83b48e37aa0c7f9e0458638567f37d6dbc924.tar.bz2
No longer assert on incorrect attribute argument index (#133766)
Fixes an assertion when referencing an out-of-bounds parameter via a function attribute whose argument list refers to parameters by index and the function is variadic. e.g., __attribute__ ((__format_arg__(2))) void test (int i, ...) { } Fixes #61635
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions