[PATCH] D10476: Additional fix for PR14269: Clang crashes when a bit field is used as inline assembler input / output with memory constraint

Andrey Bokhanko andreybokhanko at gmail.com
Fri Jul 10 07:00:34 PDT 2015


andreybokhanko updated this revision to Diff 29442.
andreybokhanko added a comment.

Error message became more specific (as requested in Eric's comment); check for memory constraint compatibility put into a separate helper function (checkExprMemoryConstraintCompat).


http://reviews.llvm.org/D10476

Files:
  include/clang/AST/Expr.h
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/AST/Expr.cpp
  lib/Sema/SemaStmtAsm.cpp
  test/Sema/asm.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10476.29442.patch
Type: text/x-patch
Size: 6771 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150710/b9a18a42/attachment.bin>


More information about the cfe-commits mailing list