1 file changed
+1
-1
lines changedSubmodule llvm-project updated 35 files
- clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp+4-2
- clang/include/clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def+2-1
- clang/lib/Analysis/UnsafeBufferUsage.cpp+155-22
- clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp+4
- clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp+213
- clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h+21
- clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedCallArgsChecker.cpp+7-1
- clang/test/Analysis/Checkers/WebKit/call-args.cpp+17-16
- clang/test/Analysis/Checkers/WebKit/uncounted-obj-arg.cpp+233
- clang/test/SemaCXX/warn-unsafe-buffer-usage-array.cpp+17-1
- clang/test/SemaCXX/warn-unsafe-buffer-usage-debug.cpp+1-1
- clang/test/SemaCXX/warn-unsafe-buffer-usage-fixits-array-assign-to-ptr.cpp+45
- clang/test/SemaCXX/warn-unsafe-buffer-usage-fixits-pointer-access.cpp+4-4
- clang/test/SemaCXX/warn-unsafe-buffer-usage-fixits-pointer-arg-to-func-ptr-call.cpp+2-1
- clang/test/SemaCXX/warn-unsafe-buffer-usage.cpp+28-28
- libc/config/linux/aarch64/entrypoints.txt+1
- libc/config/linux/riscv/entrypoints.txt+1
- libc/config/linux/x86_64/entrypoints.txt+1
- libc/docs/math/index.rst+2
- libc/spec/stdc.td+1
- libc/src/__support/FPUtil/CMakeLists.txt+19-18
- libc/src/__support/FPUtil/FPBits.h+6-3
- libc/src/__support/FPUtil/ManipulationFunctions.h+32-10
- libc/src/__support/FPUtil/dyadic_float.h+34-19
- libc/src/math/CMakeLists.txt+1
- libc/src/math/generic/CMakeLists.txt+18-5
- libc/src/math/generic/ldexpf128.cpp+19
- libc/src/math/ldexpf128.h+20
- libc/test/src/__support/FPUtil/dyadic_float_test.cpp+34
- libc/test/src/math/smoke/CMakeLists.txt+15-3
- libc/test/src/math/smoke/LdExpTest.h+2-2
- libc/test/src/math/smoke/ldexp_test.cpp+1-1
- libc/test/src/math/smoke/ldexpf128_test.cpp+13
- libc/test/src/math/smoke/ldexpf_test.cpp+1-1
- libc/test/src/math/smoke/ldexpl_test.cpp+1-1
0 commit comments