aboutsummaryrefslogtreecommitdiff
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
commit52b5f0816880e96c4fc781abc1399c56afc8f86d (patch)
tree08fb44642d7603e9ea4d20b170ff30d202a59231
parent258567c4f96df93607016ad42a6dbed8a71c4674 (diff)
downloadllvm-52b5f0816880e96c4fc781abc1399c56afc8f86d.zip
llvm-52b5f0816880e96c4fc781abc1399c56afc8f86d.tar.gz
llvm-52b5f0816880e96c4fc781abc1399c56afc8f86d.tar.bz2
Remove bit not added to 3.3.
llvm-svn: 183212
-rw-r--r--clang/docs/ReleaseNotes.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index f36fe02..e764a09 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/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
--------