[llvm-branch-commits] [cfe-branch] r183212 - Remove bit not added to 3.3.

Bill Wendling isanbard at gmail.com
Mon Jun 3 23:18:43 PDT 2013


Author: void
Date: Tue Jun  4 01:18:43 2013
New Revision: 183212

URL: http://llvm.org/viewvc/llvm-project?rev=183212&view=rev
Log:
Remove bit not added to 3.3.

Modified:
    cfe/branches/release_33/docs/ReleaseNotes.rst

Modified: cfe/branches/release_33/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_33/docs/ReleaseNotes.rst?rev=183212&r1=183211&r2=183212&view=diff
==============================================================================
--- cfe/branches/release_33/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_33/docs/ReleaseNotes.rst Tue Jun  4 01:18:43 2013
@@ -96,15 +96,6 @@ in the source, the linkage and a semanti
 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
 --------
 





More information about the llvm-branch-commits mailing list