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

cmtice via All-commits all-commits at lists.llvm.org
Sun Nov 26 16:37:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 42d669f82c4db6abd6f39e1d89e4e62872c4e0a8
      https://github.com/llvm/llvm-project/commit/42d669f82c4db6abd6f39e1d89e4e62872c4e0a8
  Author: cmtice <cmtice at google.com>
  Date:   2023-11-26 (Sun, 26 Nov 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. (#73467)

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

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