summaryrefslogtreecommitdiff
path: root/utils/builtin-defines.c
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2019-07-12 21:45:08 +0000
committerSylvestre Ledru <sylvestre@debian.org>2019-07-12 21:45:08 +0000
commit2dfe7167bb09c489d4d943e130f7a39519ad5654 (patch)
tree195ccba9c22965bf6098b7cae4a355af6cc74944 /utils/builtin-defines.c
parentce97b34b3eca3a2a13dc1ed4e0b0b14a1d50d5e8 (diff)
downloadclang-2dfe7167bb09c489d4d943e130f7a39519ad5654.tar.gz
Remove __VERSION__
Summary: It has been introduced in 2011 for gcc compat: https://github.com/llvm-mirror/clang/commit/ad1a4c6e89594e704775ddb6b036ac982fd68cad it is probably time to remove it Reviewers: rnk, dexonsmith Reviewed By: rnk Subscribers: dschuff, aheejin, fedor.sergeev, arphaman, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D64062 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/builtin-defines.c')
-rw-r--r--utils/builtin-defines.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/builtin-defines.c b/utils/builtin-defines.c
index 9bbe5be250..2936d631e6 100644
--- a/utils/builtin-defines.c
+++ b/utils/builtin-defines.c
@@ -49,7 +49,6 @@ RUN: done;
#undef __INT8_TYPE__
#undef __SSP__
#undef __APPLE_CC__
-#undef __VERSION__
#undef __clang__
#undef __llvm__
#undef __nocona