[all-commits] [llvm/llvm-project] 193bf2: [formatters] Capping size limitation avoidance for...

Danil Stefaniuc via All-commits all-commits at lists.llvm.org
Tue Nov 23 14:04:34 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 193bf2e820520dd4a2d5ed0e7d50ee45e8127071
      https://github.com/llvm/llvm-project/commit/193bf2e820520dd4a2d5ed0e7d50ee45e8127071
  Author: Danil Stefaniuc <danilashtefan at gmail.com>
  Date:   2021-11-23 (Tue, 23 Nov 2021)

  Changed paths:
    M lldb/source/Plugins/Language/CPlusPlus/GenericBitset.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/bitset/TestDataFormatterGenericBitset.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/bitset/main.cpp

  Log Message:
  -----------
  [formatters] Capping size limitation avoidance for the libcxx and libcpp bitset data formatters.

This diff is avoiding the size limitation introduced by the capping size for the libcxx and libcpp bitset data formatters.

Reviewed By: wallace

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




More information about the All-commits mailing list