[all-commits] [llvm/llvm-project] f8fb37: [lldb][NFC] Make Stream's IndentLevel an unsigned ...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Dec 2 04:02:53 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f8fb3729e9d794f174aa737351235f76e6ac46db
      https://github.com/llvm/llvm-project/commit/f8fb3729e9d794f174aa737351235f76e6ac46db
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M lldb/include/lldb/Utility/Stream.h
    M lldb/source/Target/Target.cpp
    M lldb/source/Utility/Stream.cpp

  Log Message:
  -----------
  [lldb][NFC] Make Stream's IndentLevel an unsigned integers.

We expect it to be always positive values and LLVM/Clang's IndentLevel
values are already unsigned integers, so we should do the same.




More information about the All-commits mailing list