]> granicus.if.org Git - clang/commit
Ensure we enter an unevaluated context when instantiating a noexcept
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Tue, 31 May 2011 19:54:49 +0000 (19:54 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Tue, 31 May 2011 19:54:49 +0000 (19:54 +0000)
commiteea06c609b73afc7bcfdf3e101efb8d9e7b3560c
treebea19aa4f7b364556b7a40cd9b1278e1fa26616f
parent951733d6ce270679db19e144782d76d9866eb166
Ensure we enter an unevaluated context when instantiating a noexcept
expression. Fixes bug raised by hhinnant to cfe-dev

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132350 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/TreeTransform.h
test/SemaCXX/dependent-noexcept-unevaluated.cpp [new file with mode: 0644]