]> granicus.if.org Git - clang/commit
Neither attribute overloadable nor enable_if are supported by GCC. Disable the
authorNick Lewycky <nicholas@mxc.ca>
Tue, 21 Jan 2014 04:31:12 +0000 (04:31 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 21 Jan 2014 04:31:12 +0000 (04:31 +0000)
commiteb9453dbbe7cdac95832cd01c39b0ff348dc2200
treeab6d8f323c49469f1eb064a16b2c61f4d1986993
parent51cd00abaf0e9212f0508b12cc003a0cd02cfe64
Neither attribute overloadable nor enable_if are supported by GCC. Disable the
GCC warning about attributes on function definitions for both of them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199710 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
test/Sema/enable_if.c
test/SemaCXX/enable_if.cpp