[Lldb-commits] [lldb] 080ba85 - Revert "Fix for Modify TypePrinter to differentiate between anonymous struct and unnamed struct"

Shafik Yaghmour via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 18 18:17:36 PST 2021


Author: Shafik Yaghmour
Date: 2021-02-18T18:17:24-08:00
New Revision: 080ba851c61604f9c00117b584191c67cfc468cd

URL: https://github.com/llvm/llvm-project/commit/080ba851c61604f9c00117b584191c67cfc468cd
DIFF: https://github.com/llvm/llvm-project/commit/080ba851c61604f9c00117b584191c67cfc468cd.diff

LOG: Revert "Fix for Modify TypePrinter to differentiate between anonymous struct and unnamed struct"

I missed clangd test suite and may need some time to get those working, so reverting for now.

This reverts commit 1e0819395657a9306f609849dcd3be9d7fb0c894.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test b/lldb/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test
index 8bdc2219cc1c..8dddea063578 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test
+++ b/lldb/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test
@@ -22,5 +22,5 @@ PRINTEC: use of undeclared identifier 'EC'
 
 RUN: %lldb %t -b -o "target variable a e ec" | FileCheck --check-prefix=VARS %s
 VARS: (const (unnamed struct)) a = {}
-VARS: (const (unnamed enum)) e = 0x1
-VARS: (const (unnamed enum)) ec = 0x1
+VARS: (const (anonymous enum)) e = 0x1
+VARS: (const (anonymous enum)) ec = 0x1


        


More information about the lldb-commits mailing list