Additional fix for PR14269: Crash on vector elements / global register vars in inline assembler.
Compiler crashed when vector elements / global register vars were used in inline assembler with "m" restriction. This patch fixes this. Differential Revision: http://reviews.llvm.org/D10476 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243870 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/Expr.h 4 additions, 0 deletionsinclude/clang/AST/Expr.h
- include/clang/Basic/DiagnosticSemaKinds.td 3 additions, 3 deletionsinclude/clang/Basic/DiagnosticSemaKinds.td
- lib/AST/Expr.cpp 12 additions, 0 deletionslib/AST/Expr.cpp
- lib/Sema/SemaStmtAsm.cpp 39 additions, 14 deletionslib/Sema/SemaStmtAsm.cpp
- test/Sema/asm.c 18 additions, 3 deletionstest/Sema/asm.c
Loading
Please register or sign in to comment