]> granicus.if.org Git - clang/commitdiff
Remove obsolete comments.
authorFrancois Pichet <pichet2000@gmail.com>
Sun, 2 Jan 2011 09:19:59 +0000 (09:19 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Sun, 2 Jan 2011 09:19:59 +0000 (09:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122686 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaLookup.cpp

index d4db84b7761c8f809db3f246272e8a4850c62c87..6972536e8c28322a067f1329c7e6286ebee01a4b 100644 (file)
@@ -1496,13 +1496,6 @@ bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,
 ///
 /// @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).
 ///