[all-commits] [llvm/llvm-project] a90201: [lldb] Fix grammar in error message emitted by IRE...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Aug 24 14:11:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a902015f543097720fed4d2c04e34daa0fdfbda7
      https://github.com/llvm/llvm-project/commit/a902015f543097720fed4d2c04e34daa0fdfbda7
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-08-24 (Thu, 24 Aug 2023)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    M lldb/source/Expression/IRExecutionUnit.cpp
    M lldb/test/API/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
    M lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py
    M lldb/test/API/lang/cpp/const_static_integral_member_int128/TestConstStaticIntegralMemberInt128.py
    M lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
    M lldb/test/API/lang/cpp/unique-types4/TestUniqueTypes4.py

  Log Message:
  -----------
  [lldb] Fix grammar in error message emitted by IRExecutionUnit

The error message "Couldn't lookup symbols" emitted from IRExecutionUnit
is grammatically incorrect. "Lookup" is noun when spelled without a
space. Update the error message to use the verb "look up" instead.




More information about the All-commits mailing list