]> granicus.if.org Git - clang/commit
Improve handling of value dependent expressions in __attribute__((enable_if)), both...
authorNick Lewycky <nicholas@mxc.ca>
Tue, 16 Dec 2014 06:12:01 +0000 (06:12 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 16 Dec 2014 06:12:01 +0000 (06:12 +0000)
commit801b1a5ab440fb3cf8661c04fbcc9949de002819
tree2d1be464d09dfcb8531159cd1532e704fc6a4def
parent0419e401d392d3664259a3ad1c25e2fb64abcb15
Improve handling of value dependent expressions in __attribute__((enable_if)), both in the condition expression and at the call site. Fixes PR20988!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224320 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
lib/Sema/SemaOverload.cpp
test/SemaCXX/enable_if.cpp