summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-06-04 06:18:43 +0000
committerBill Wendling <isanbard@gmail.com>2013-06-04 06:18:43 +0000
commit20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8 (patch)
tree91dce43501a8ef15253e40bedffd7b89f1c52615
parentad78741fa2464cec806a5e512dca0a99f4f37e25 (diff)
downloadclang-20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8.tar.gz
clang-20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8.tar.bz2
clang-20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8.tar.xz
Remove bit not added to 3.3.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_33@183212 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index f36fe026d0..e764a09d53 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -96,15 +96,6 @@ in the source, the linkage and a semantic storage class. This was a bit
redundant and the semantic storage class has been removed. The method
getStorageClass now returns what is written in the source code for that decl.
-Wide Character Types
-^^^^^^^^^^^^^^^^^^^^
-
-The ASTContext class now keeps track of two different types for wide character
-types: WCharTy and WideCharTy. WCharTy represents the built-in wchar_t type
-available in C++. WideCharTy is the type used for wide character literals; in
-C++ it is the same as WCharTy, but in C99, where wchar_t is a typedef, it is an
-integer type.
-
libclang
--------