[cfe-commits] r161447 - /cfe/trunk/include/clang/AST/Type.h

Dmitri Gribenko gribozavr at gmail.com
Tue Aug 7 14:19:46 PDT 2012


Author: gribozavr
Date: Tue Aug  7 16:19:46 2012
New Revision: 161447

URL: http://llvm.org/viewvc/llvm-project?rev=161447&view=rev
Log:
Remove obsolete comment.  Obsoleted by r116524 when Type hierarhy bitfield
implementation was changed to a union of bitfields.

Modified:
    cfe/trunk/include/clang/AST/Type.h

Modified: cfe/trunk/include/clang/AST/Type.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Type.h?rev=161447&r1=161446&r2=161447&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Type.h (original)
+++ cfe/trunk/include/clang/AST/Type.h Tue Aug  7 16:19:46 2012
@@ -1140,8 +1140,6 @@
     unsigned TC : 8;
 
     /// Dependent - Whether this type is a dependent type (C++ [temp.dep.type]).
-    /// Note that this should stay at the end of the ivars for Type so that
-    /// subclasses can pack their bitfields into the same word.
     unsigned Dependent : 1;
 
     /// \brief Whether this type somehow involves a template parameter, even





More information about the cfe-commits mailing list