[all-commits] [llvm/llvm-project] 3647ff: Used std::vector::reserve when I meant std::vector...

jimingham via All-commits all-commits at lists.llvm.org
Tue Feb 13 16:12:35 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3647ff159a2f2445c45d9cbb4f8791b5f30da16b
      https://github.com/llvm/llvm-project/commit/3647ff159a2f2445c45d9cbb4f8791b5f30da16b
  Author: Jim Ingham <jingham at apple.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py

  Log Message:
  -----------
  Used std::vector::reserve when I meant std::vector::resize.

The Linux std has more asserts enabled by default, so it
complained, even though this worked on Darwin...




More information about the All-commits mailing list