jroelofs added inline comments. Herald added a subscriber: jplehr.
================ Comment at: clang/lib/CodeGen/CodeGenFunction.h:2021 + /* Indicates whether we should generate calls using unwindabort, instead of a + * terminate landingpad, for the current EH Scope. */ + bool shouldUseUnwindAbort() const; ---------------- Other method docs in the file use `///`-style doxygen comments. ================ Comment at: clang/test/CodeGenCXX/exceptions.cpp:81 - // rdar://11904428 - // Terminate landing pads should call __cxa_begin_catch first. ---------------- FWI(was)W, this radar points at: https://bugs.llvm.org/show_bug.cgi?id=11893 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141918/new/ https://reviews.llvm.org/D141918 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits