[cfe-commits] r44079 - /cfe/trunk/include/clang/AST/Type.h
Ted Kremenek
kremenek at apple.com
Tue Nov 13 14:58:00 PST 2007
Author: kremenek
Date: Tue Nov 13 16:57:59 2007
New Revision: 44079
URL: http://llvm.org/viewvc/llvm-project?rev=44079&view=rev
Log:
Removed line with typo (declared friendship with ASTContext). Line was
not needed since friendship is declared elsewhere.
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=44079&r1=44078&r2=44079&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Type.h (original)
+++ cfe/trunk/include/clang/AST/Type.h Tue Nov 13 16:57:59 2007
@@ -353,8 +353,6 @@
/// EmitImpl - Subclasses must implement this method in order to
/// be serialized.
virtual void EmitImpl(llvm::Serializer& S) const;
-
- friend class ASTCotnext;
};
/// BuiltinType - This class is used for builtin types like 'int'. Builtin
More information about the cfe-commits
mailing list