]> granicus.if.org Git - clang/commit
Fix rdar://6094010 various asserts happening with wide strings in inline asm.
authorChris Lattner <sabre@nondot.org>
Wed, 23 Jul 2008 06:46:56 +0000 (06:46 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Jul 2008 06:46:56 +0000 (06:46 +0000)
commit6bc52112dbc54551bd8e215d95bba4791b2275f7
tree297ca3e2392d5605c0ef8e59926b5c17209badc1
parentf31627f676374812d0355d7e34fd2e940b400757
Fix rdar://6094010 various asserts happening with wide strings in inline asm.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53947 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Sema/SemaStmt.cpp
test/Sema/asm.c