[PATCH] D103938: Diagnose -Wunused-value based on CFG reachability

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 3 05:15:38 PDT 2021


xbolva00 added inline comments.


================
Comment at: clang/include/clang/Sema/Sema.h:5120
+  ///
+  /// \param Statement If Statement is non-null, delay reporting the
+  /// diagnostic until the function body is parsed, and then do a basic
----------------
Please adjust documentation, there is no "Statement" param.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103938



More information about the cfe-commits mailing list