[all-commits] [llvm/llvm-project] e692d0: [LLDB] Add more helper functions to CompilerType c...

cmtice via All-commits all-commits at lists.llvm.org
Thu Dec 14 14:10:33 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e692d0836003dead19070e5f7d199a48fa082f72
      https://github.com/llvm/llvm-project/commit/e692d0836003dead19070e5f7d199a48fa082f72
  Author: cmtice <cmtice at google.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/source/Symbol/CompilerType.cpp

  Log Message:
  -----------
  [LLDB] Add more helper functions to CompilerType class (second try). (#73472)

This adds 23 new helper functions to LLDB's CompilerType class, things
like IsSmartPtrType, IsPromotableIntegerType,
GetNumberofNonEmptyBaseClasses, and GetTemplateArgumentType (to name a
few).

It also has run clang-format on the files CompilerType.{h,cpp}.

These helper functions are needed as part of the implementation for the
Data Inspection Language, (see
https://discourse.llvm.org/t/rfc-data-inspection-language/69893).




More information about the All-commits mailing list