[PATCH] D15075: No error for conflict between inputs\outputs and clobber list
Ziv Izhar via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 5 03:59:57 PDT 2016
zizhar updated this revision to Diff 73617.
zizhar added a comment.
Changed the '^' to point to the clobber which conflicts.
Changed the relevant comments.
However, regarding the point about the non-alphabetical characters - It's a different behavior for these specific characters,
since these should be ignored and the default case is for an unknown character.
https://reviews.llvm.org/D15075
Files:
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/TargetInfo.h
lib/Basic/TargetInfo.cpp
lib/Basic/Targets.cpp
lib/Headers/intrin.h
lib/Sema/SemaStmtAsm.cpp
test/Sema/asm.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15075.73617.patch
Type: text/x-patch
Size: 11302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161005/334da5ba/attachment.bin>
More information about the cfe-commits
mailing list