]> granicus.if.org Git - clang/commit
Re-check in clang support gun asm goto after fixing tests.
authorJennifer Yu <jennifer.yu@intel.com>
Mon, 3 Jun 2019 15:57:25 +0000 (15:57 +0000)
committerJennifer Yu <jennifer.yu@intel.com>
Mon, 3 Jun 2019 15:57:25 +0000 (15:57 +0000)
commit508d30929fc3fe36eaac97265d19165cc9030602
tree67656886021bbc211fd6a369b93a251af31f58e3
parent9786367305b6884bcb6b78ee286d49cba445dd81
Re-check in clang support gun asm goto after fixing tests.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362410 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
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 [new file with mode: 0644]
test/CodeGen/asm-goto.c [new file with mode: 0644]
test/CodeGen/asm.c
test/CodeGen/inline-asm-mixed-style.c
test/Coverage/c-language-features.inc
test/PCH/asm.h
test/Parser/asm-goto.c [new file with mode: 0644]
test/Parser/asm-goto.cpp [new file with mode: 0644]
test/Sema/asm-goto.cpp [new file with mode: 0644]
test/Sema/asm.c
test/Sema/inline-asm-validate-tmpl.cpp