[all-commits] [llvm/llvm-project] 8cd628: doc: get rid of redundant TODO tag in FuzzedDataPr...

kevkevin via All-commits all-commits at lists.llvm.org
Fri Apr 25 14:51:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8cd628f4729814975656121a39417b8b4843a0a3
      https://github.com/llvm/llvm-project/commit/8cd628f4729814975656121a39417b8b4843a0a3
  Author: kevkevin <oapallikunnel at gmail.com>
  Date:   2025-04-25 (Fri, 25 Apr 2025)

  Changed paths:
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h

  Log Message:
  -----------
  doc: get rid of redundant TODO tag in FuzzedDataProvider.h (#137395)

'list.size()' is determined at runtime, so using static_assert on it as
suggested by the TODO comment is not feasible and produces the following
error when done:

error: static assertion expression is not an integral constant
expression

initially referenced in https://github.com/bitcoin/bitcoin/pull/32024

Co-authored-by: Chand-ra <chandrapratap376 at gmail.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list