]> granicus.if.org Git - clang/commit
Two minor fixes to user-defined literals:
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Mon, 30 Aug 2010 09:27:16 +0000 (09:27 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Mon, 30 Aug 2010 09:27:16 +0000 (09:27 +0000)
commit75b8508380e6d44276a8fafe5cafcedb9cf532d3
tree5d5b067a7616ba7d36bdb0930edd3a09c8f6e912
parent629f9e49d984912c408c6d0096f5fdffbd98b44f
Two minor fixes to user-defined literals:

 - Zero-initialize UDLData so that crashes stop
 - Stop complaining that we can't emit them (we most certainly can)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112467 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Token.h
lib/CodeGen/CGExprScalar.cpp