[all-commits] [llvm/llvm-project] f3753a: [ASTImporter][NFC] Dump decl name at assertion vio...

Balazs Benics via All-commits all-commits at lists.llvm.org
Fri Nov 19 02:31:37 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3753ad774506804ef5df065b48268712bdaa554
      https://github.com/llvm/llvm-project/commit/f3753ad774506804ef5df065b48268712bdaa554
  Author: Balazs Benics <balazs.benics at sigmatechnology.se>
  Date:   2021-11-19 (Fri, 19 Nov 2021)

  Changed paths:
    M clang/lib/AST/ASTImporterLookupTable.cpp

  Log Message:
  -----------
  [ASTImporter][NFC] Dump decl name at assertion violation

Sometimes it would be useful to see which Decl kind caused some issue,
along with the name of the concrete instance of the Decl in the source
code.

Reviewed By: martong

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




More information about the All-commits mailing list