]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Disable override and final C++ keyword in gcc 4.6.
authorLogan Chien <tzuhsiang.chien@gmail.com>
Wed, 19 Feb 2014 15:04:29 +0000 (15:04 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Wed, 19 Feb 2014 15:04:29 +0000 (15:04 +0000)
commit6e2c745e992c0aab1a1eeda7c3cf279a591e1b94
treec7f19291eb456ca82bc0091773f65a71fefe9c81
parent9a925861144fba3497f4b6142cdaa70807e3f1e3
Disable override and final C++ keyword in gcc 4.6.

According to http://gcc.gnu.org/projects/cxx0x.html,
override and final keyword was added in gcc 4.7.  Thus,
we should not use these keywords in gcc 4.6 even when
__GXX_EXPERIMENTAL_CXX0X__ is available.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201679 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h