[PATCH] D82160: [lldb][PDB] Constexpr static member values as AST literals

Jack Andersen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 20 23:57:57 PDT 2020


jackoalan updated this revision to Diff 272287.
jackoalan added a comment.

Review changes from @teemperor.

Base on `TypeSystemClang::SetIntegerInitializerForVariable` from D81471 <https://reviews.llvm.org/D81471>, and add associated `TypeSystemClang::SetFloatingInitializerForVariable`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82160/new/

https://reviews.llvm.org/D82160

Files:
  lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
  lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
  lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
  lldb/test/Shell/SymbolFile/PDB/Inputs/AstRestoreTest.cpp
  lldb/test/Shell/SymbolFile/PDB/ast-restore.test
  llvm/include/llvm/DebugInfo/PDB/PDBTypes.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82160.272287.patch
Type: text/x-patch
Size: 18473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200621/a82258af/attachment.bin>


More information about the llvm-commits mailing list