[PATCH] D69479: [Sema] Warn about possible stack exhaution

Mark de Wever via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 27 14:04:11 PDT 2019


Mordante updated this revision to Diff 226590.
Mordante marked an inline comment as done.
Mordante added a comment.

Add an extra argument to `AnalyzeImplicitConversions` as suggested by @xbolva00 .


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69479/new/

https://reviews.llvm.org/D69479

Files:
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/lib/Sema/SemaChecking.cpp
  clang/test/Sema/stack-overflow-expr-bool.cpp
  clang/test/Sema/stack-overflow-expr-double.c
  clang/test/Sema/stack-overflow-expr-int.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69479.226590.patch
Type: text/x-patch
Size: 6172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191027/35458dcc/attachment.bin>


More information about the cfe-commits mailing list