Remove __VERSION__
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 12 Jul 2019 21:45:08 +0000 (21:45 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 12 Jul 2019 21:45:08 +0000 (21:45 +0000)
commit603580216f0aa387b0d4c01b8d2f05873e6a98e2
treeab39f999692b4272ccc11fcf7deb2495232d16a9
parent4d95c3684b31350fa31682618e470649a858873a
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

llvm-svn: 365962
clang/docs/LanguageExtensions.rst
clang/docs/ReleaseNotes.rst
clang/lib/Basic/Version.cpp
clang/lib/Frontend/InitPreprocessor.cpp
clang/test/Index/complete-exprs.c
clang/test/Preprocessor/init.c
clang/utils/builtin-defines.c