[PATCH] D20840: [codeview] Translate basic DITypes to CV type records
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 17:12:29 PDT 2016
rnk added a comment.
In http://reviews.llvm.org/D20840#445075, @majnemer wrote:
> Do we have a test for char vs signed char?
Yes.
> What about /J ?
They don't change their type emission. If you explicitly wrote signed/unsigned, you get SignedCharacter/UnsignedCharacter. If you don't, you get NarrowCharacter. Our approach of checking the name give the same behavior.
http://reviews.llvm.org/D20840
More information about the llvm-commits
mailing list