summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2019-07-13 06:27:35 +0000
committerSylvestre Ledru <sylvestre@debian.org>2019-07-13 06:27:35 +0000
commit4962d4e375833728b217952abe6662cc02b3382f (patch)
treeddbef51c15ff22efbd8491329e0b88d3f7b6c046 /docs/ReleaseNotes.rst
parenteba646b53dd71389216e9a36837fa204b934f8de (diff)
downloadclang-4962d4e375833728b217952abe6662cc02b3382f.tar.gz
This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.
Some targets such as Python 2.7.16 still use VERSION in their builds. Without VERSION defined, the source code has syntax errors. Reverting as it will probably break many other things. Noticed by Sterling Augustine git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 7185030a92..f0a35050dd 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -56,11 +56,6 @@ Improvements to Clang's diagnostics
Non-comprehensive list of changes in this release
-------------------------------------------------
-- The ``__VERSION__`` macro has been removed.
- Previously this macro was set to a string aiming to achieve compatibility with
- GCC 4.2.1, but that should no longer be necessary. To get Clang's version,
- use the :ref:`clang namespaced version macros <languageextensions-builtin-macros>`.
-
- ...
@@ -84,11 +79,6 @@ Modified Compiler Flags
- ...
-Removed Compiler Options
-------------------------
-
-- ...
-
New Pragmas in Clang
--------------------