[cfe-commits] r158634 - /cfe/trunk/include/clang/AST/ExprCXX.h
James Dennett
jdennett at google.com
Sat Jun 16 23:43:43 PDT 2012
Author: jdennett
Date: Sun Jun 17 01:43:43 2012
New Revision: 158634
URL: http://llvm.org/viewvc/llvm-project?rev=158634&view=rev
Log:
Documentation cleanup:
* For Doxygen, escaped "::std" as "\::std";
* For humans, fixed "namespaecs" to "namespaces".
Modified:
cfe/trunk/include/clang/AST/ExprCXX.h
Modified: cfe/trunk/include/clang/AST/ExprCXX.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ExprCXX.h?rev=158634&r1=158633&r2=158634&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ExprCXX.h (original)
+++ cfe/trunk/include/clang/AST/ExprCXX.h Sun Jun 17 01:43:43 2012
@@ -2520,8 +2520,8 @@
/// argument-dependent lookup.
bool requiresADL() const { return RequiresADL; }
- /// True if namespace ::std should be artificially added to the set of
- /// associated namespaecs for argument-dependent lookup purposes.
+ /// True if namespace \::std should be artificially added to the set of
+ /// associated namespaces for argument-dependent lookup purposes.
bool isStdAssociatedNamespace() const { return StdIsAssociatedNamespace; }
/// True if this lookup is overloaded.
More information about the cfe-commits
mailing list