Fixed 80-cols violation

llvm-svn: 100704
This commit is contained in:
Alexis Hunt 2010-04-07 22:52:07 +00:00
parent cc7bb24fe2
commit a0c80c55c3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace clang {
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