[PATCH] D34915: [pdb] Add a test for every known CodeView type
Adrian McCarthy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 16:50:15 PDT 2017
amccarth added inline comments.
================
Comment at: llvm/test/DebugInfo/PDB/Inputs/every-type.cpp:12
+ // LF_FIELDLIST
+ enum NestedEnum { // LF_ENUM
+ // LF_NESTTYPE
----------------
Class enums still use LF_ENUM, right? Do we care about the underlying integral type?
Repository:
rL LLVM
https://reviews.llvm.org/D34915
More information about the llvm-commits
mailing list