[PATCH] D56571: [RFC prototype] Implementation of asm-goto support in clang
Jennifer Yu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 15 19:27:52 PST 2019
jyu2 updated this revision to Diff 187124.
jyu2 marked 5 inline comments as done.
jyu2 added a comment.
Herald added a subscriber: rnkovacs.
Review comments addressed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56571/new/
https://reviews.llvm.org/D56571
Files:
include/clang/AST/Stmt.h
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/AST/ASTImporter.cpp
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Analysis/CFG.cpp
lib/CodeGen/CGStmt.cpp
lib/Parse/ParseStmtAsm.cpp
lib/Sema/JumpDiagnostics.cpp
lib/Sema/SemaStmtAsm.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/Analysis/asm-goto.cpp
test/CodeGen/asm-goto.c
test/CodeGen/asm.c
test/CodeGen/inline-asm-mixed-style.c
test/Coverage/c-language-features.inc
test/PCH/asm.h
test/Parser/asm.c
test/Parser/asm.cpp
test/Sema/asm-goto.cpp
test/Sema/asm.c
test/Sema/inline-asm-validate-tmpl.cpp
test/Sema/scope-check.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56571.187124.patch
Type: text/x-patch
Size: 56810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190216/27dcee4c/attachment-0001.bin>
More information about the cfe-commits
mailing list