[cfe-commits] r42804 - /cfe/trunk/include/clang/AST/Decl.h

Fariborz Jahanian fjahanian at apple.com
Tue Oct 9 11:28:41 PDT 2007


Author: fjahanian
Date: Tue Oct  9 13:28:41 2007
New Revision: 42804

URL: http://llvm.org/viewvc/llvm-project?rev=42804&view=rev
Log:
Remove comment about protocols and namespace no longer relevant.

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

Modified: cfe/trunk/include/clang/AST/Decl.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Decl.h?rev=42804&r1=42803&r2=42804&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/Decl.h (original)
+++ cfe/trunk/include/clang/AST/Decl.h Tue Oct  9 13:28:41 2007
@@ -78,8 +78,6 @@
 
   /// IdentifierNamespace - According to C99 6.2.3, there are four namespaces,
   /// labels, tags, members and ordinary identifiers.
-  /// Objective-c protocols have their own namespace, so a protocol can have 
-  /// the same name as category, class, struct, typedef, etc.
   enum IdentifierNamespace {
     IDNS_Label,
     IDNS_Tag,





More information about the cfe-commits mailing list