[all-commits] [llvm/llvm-project] a3a8ed: [LLDB][NativePDB] Fix function decl creation for c...

ZequanWu via All-commits all-commits at lists.llvm.org
Tue Dec 7 10:44:05 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a3a8ed33a1d6a5047aae29790e02f3c7955297af
      https://github.com/llvm/llvm-project/commit/a3a8ed33a1d6a5047aae29790e02f3c7955297af
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
    M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
    M lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp

  Log Message:
  -----------
  [LLDB][NativePDB] Fix function decl creation for class methods

This is a split of D113724. Calling `TypeSystemClang::AddMethodToCXXRecordType`
to create function decls for class methods.

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




More information about the All-commits mailing list