[Lldb-commits] [PATCH] D79559: [lldb] Also recognize DWARF UTF base types using their size

Mathias LANG via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 12 10:11:59 PDT 2020


Geod24 updated this revision to Diff 263462.
Geod24 added a comment.

Remove a trailing whitespace in TypeSystemClang.cpp

The pre-merge checks are apparently failing, and from what I can gather from the logs,
it seems to be because of a whitespace issue:

  [2020-05-12T16:19:00.309Z] + clang-tidy-diff -p1 -quiet
  [2020-05-12T16:19:00.309Z] + sed '/^[[:space:]]*$/d'
  [2020-05-12T16:19:03.616Z] 972 warnings and 1 error generated.
  [2020-05-12T16:19:03.616Z] Error while processing [...]/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp.

Since there was a trailing whitespace in that file, I added an extra commit to remove it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79559/new/

https://reviews.llvm.org/D79559

Files:
  lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
  lldb/test/Shell/SymbolFile/DWARF/DW_TAG_basic_type_DW_ATE_UTF_nonC.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79559.263462.patch
Type: text/x-patch
Size: 6050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200512/e6f8d6c7/attachment-0001.bin>


More information about the lldb-commits mailing list