[all-commits] [llvm/llvm-project] 06210d: ExceptionHandling documentation tweaks.
James Y Knight via All-commits
all-commits at lists.llvm.org
Mon Jan 16 17:36:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06210d50c05d211c9ea99d1ddfd9e474027f124f
https://github.com/llvm/llvm-project/commit/06210d50c05d211c9ea99d1ddfd9e474027f124f
Author: James Y Knight <jyknight at google.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M llvm/docs/ExceptionHandling.rst
R llvm/test/Analysis/Lint/cppeh-catch-intrinsics-clean.ll
M llvm/test/CodeGen/X86/win32-eh-states.ll
M llvm/test/CodeGen/X86/win32-eh.ll
Log Message:
-----------
ExceptionHandling documentation tweaks.
Delete mention of the llvm.eh.begincatch/llvm.eh.endcatch intrinsics,
and remove them from a few remaining test-cases. These intrinsics were
from a previous attempt at implementing Windows exception-handling,
but were removed from LLVM in 2015.
Also mention that dynamic exception specifications ("throw filters")
were removed from the spec in C++17.
More information about the All-commits
mailing list