forked from OSchip/llvm-project
Remove comment about protocols and namespace no longer relevant.
llvm-svn: 42804
This commit is contained in:
parent
c8e7a93b02
commit
eb2b34a9a5
|
@ -78,8 +78,6 @@ public:
|
|||
|
||||
/// 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,
|
||||
|
|
Loading…
Reference in New Issue