[cfe-commits] r122686 - /cfe/trunk/lib/Sema/SemaLookup.cpp

Francois Pichet pichet2000 at gmail.com
Sun Jan 2 01:19:59 PST 2011


Author: fpichet
Date: Sun Jan  2 03:19:59 2011
New Revision: 122686

URL: http://llvm.org/viewvc/llvm-project?rev=122686&view=rev
Log:
Remove obsolete comments.

Modified:
    cfe/trunk/lib/Sema/SemaLookup.cpp

Modified: cfe/trunk/lib/Sema/SemaLookup.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaLookup.cpp?rev=122686&r1=122685&r2=122686&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaLookup.cpp (original)
+++ cfe/trunk/lib/Sema/SemaLookup.cpp Sun Jan  2 03:19:59 2011
@@ -1496,13 +1496,6 @@
 ///
 /// @param SS       An optional C++ scope-specifier, e.g., "::N::M".
 ///
-/// @param Name     The name of the entity that name lookup will
-/// search for.
-///
-/// @param Loc      If provided, the source location where we're performing
-/// name lookup. At present, this is only used to produce diagnostics when
-/// C library functions (like "malloc") are implicitly declared.
-///
 /// @param EnteringContext Indicates whether we are going to enter the
 /// context of the scope-specifier SS (if present).
 ///





More information about the cfe-commits mailing list