[cfe-commits] r100704 - /cfe/trunk/lib/Sema/SemaOverload.h
Sean Hunt
rideau3 at gmail.com
Wed Apr 7 15:52:07 PDT 2010
Author: coppro
Date: Wed Apr 7 17:52:07 2010
New Revision: 100704
URL: http://llvm.org/viewvc/llvm-project?rev=100704&view=rev
Log:
Fixed 80-cols violation
Modified:
cfe/trunk/lib/Sema/SemaOverload.h
Modified: cfe/trunk/lib/Sema/SemaOverload.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaOverload.h?rev=100704&r1=100703&r2=100704&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaOverload.h (original)
+++ cfe/trunk/lib/Sema/SemaOverload.h Wed Apr 7 17:52:07 2010
@@ -34,7 +34,7 @@
OR_Success, ///< Overload resolution succeeded.
OR_No_Viable_Function, ///< No viable function found.
OR_Ambiguous, ///< Ambiguous candidates found.
- OR_Deleted ///< Overload resoltuion refers to a deleted function.
+ OR_Deleted ///< Succeeded, but refers to a deleted function.
};
/// ImplicitConversionKind - The kind of implicit conversion used to
More information about the cfe-commits
mailing list