[all-commits] [llvm/llvm-project] e20391: Some FormatEntity.cpp cleanup and unit testing

Neal via All-commits all-commits at lists.llvm.org
Wed Apr 21 06:14:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e2039142f6b196e9a491c8e0b18faa033c4d9f10
      https://github.com/llvm/llvm-project/commit/e2039142f6b196e9a491c8e0b18faa033c4d9f10
  Author: Neal (nealsid) <nealsid at icloud.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M lldb/include/lldb/Core/FormatEntity.h
    M lldb/source/Core/FormatEntity.cpp
    M lldb/unittests/Core/CMakeLists.txt
    A lldb/unittests/Core/FormatEntityTest.cpp

  Log Message:
  -----------
  Some FormatEntity.cpp cleanup and unit testing

Just fixing a few things I noticed as I am working on another feature for format
strings in the prompt: forward decls, adding constexpr constructors, various
checks, and unit tests for FormatEntity::Parse and new Definition constructors,
etc.

Reviewed By: teemperor

Differential Revision: https://reviews.llvm.org/D98153




More information about the All-commits mailing list