[PATCH] D12301: [PATCH] New checker for UB in handler of a function-try-block

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 25 07:44:45 PDT 2015


aaron.ballman updated this revision to Diff 33078.
aaron.ballman added a comment.

This patch completely reworks the way the warning is implemented by moving it into the frontend instead of clang-tidy.


http://reviews.llvm.org/D12301

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Sema/Sema.h
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaDeclCXX.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaExprCXX.cpp
  lib/Sema/SemaExprMember.cpp
  lib/Sema/SemaOverload.cpp
  lib/Sema/TreeTransform.h
  test/SemaCXX/cdtor-fn-try-block.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12301.33078.patch
Type: text/x-patch
Size: 20798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150825/30012df0/attachment-0001.bin>


More information about the cfe-commits mailing list