[cfe-commits] r91808 - /cfe/trunk/lib/Sema/Sema.h

Eli Friedman eli.friedman at gmail.com
Sun Dec 20 17:26:45 PST 2009


Author: efriedma
Date: Sun Dec 20 19:26:45 2009
New Revision: 91808

URL: http://llvm.org/viewvc/llvm-project?rev=91808&view=rev
Log:
Small comment fix.


Modified:
    cfe/trunk/lib/Sema/Sema.h

Modified: cfe/trunk/lib/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/Sema.h?rev=91808&r1=91807&r2=91808&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/Sema.h (original)
+++ cfe/trunk/lib/Sema/Sema.h Sun Dec 20 19:26:45 2009
@@ -1143,7 +1143,7 @@
     // members.
     LookupOperatorName,
     /// Look up of a name that precedes the '::' scope resolution
-    /// operator in C++. This lookup completely ignores operator,
+    /// operator in C++. This lookup completely ignores operator, object,
     /// function, and enumerator names (C++ [basic.lookup.qual]p1).
     LookupNestedNameSpecifierName,
     /// Look up a namespace name within a C++ using directive or





More information about the cfe-commits mailing list