[all-commits] [llvm/llvm-project] 30f4b9: [libc++] Use ValueError instead of non-existent Ar...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Feb 10 09:47:28 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 30f4b9c8bef50ffabc434e30c492e039eebb7c81
      https://github.com/llvm/llvm-project/commit/30f4b9c8bef50ffabc434e30c492e039eebb7c81
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M libcxx/test/libcxx-03/transitive_includes/to_csv.py
    M libcxx/test/libcxx/transitive_includes/to_csv.py

  Log Message:
  -----------
  [libc++] Use ValueError instead of non-existent ArgumentError (#179526)

ArgumentError does not exist. argparse.ArgumentError does exist, but
that is not what we want to use. I presume this was never caught because
we never execute that line.



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