]> granicus.if.org Git - clang/commit
Fixed 22941: Integer template parameter as immediate 'I' expectes an integer constant
authorSunil Srivastava <sunil_srivastava@playstation.sony.com>
Tue, 14 Jul 2015 18:08:50 +0000 (18:08 +0000)
committerSunil Srivastava <sunil_srivastava@playstation.sony.com>
Tue, 14 Jul 2015 18:08:50 +0000 (18:08 +0000)
commitb050e72e6be90ed5b1ed9ec7c7a8424988471062
tree236ebce27dca39352d195cab4ff96c3c105f2675
parent2acd1ad2fd6f2137d70d61748d80de267233fc38
Fixed 22941: Integer template parameter as immediate 'I' expectes an integer constant
Basically fixed premature testing of integer constraints during template parsing
Reviewed at http://reviews.llvm.org/D10452

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242175 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmtAsm.cpp
test/Sema/inline-asm-validate-tmpl.cpp [new file with mode: 0644]