]> granicus.if.org Git - clang/commit
Bump the value of the __APPLE_CC__ predefined macro up to 6000.
authorBob Wilson <bob.wilson@apple.com>
Mon, 19 Aug 2013 20:23:37 +0000 (20:23 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 19 Aug 2013 20:23:37 +0000 (20:23 +0000)
commitd588f5c448bd0f38b3950c7fb0571e1875cdc505
tree9aef8a382a7ecd95cfe1afb281c27deba92b0cdd
parent6cb33a4e9e8298dfa4a8aa33ccc34ce68580f234
Bump the value of the __APPLE_CC__ predefined macro up to 6000.

The previous value was set to match some ancient version of Apple's GCC.
The value should be higher than anything used by Apple's GCC, but we don't
intend for this value to be updated in the future. We have other macros to
identify compiler versions. <rdar://problem/14749599>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188700 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp