aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaOverload.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2008-11-10 17:01:38 +0000
committerDouglas Gregor <dgregor@apple.com>2008-11-10 17:01:38 +0000
commit25e70871412a48466673d695fd7ed591231e23f0 (patch)
tree2f3e63688459d1434920c79501f158adcd3624db /lib/Sema/SemaOverload.cpp
parent3f08d181f620e6bf4971c436fc9878f98a02bbe3 (diff)
Remove an out-of-date FIXME
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58990 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaOverload.cpp')
-rw-r--r--lib/Sema/SemaOverload.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/SemaOverload.cpp b/lib/Sema/SemaOverload.cpp
index fdd5e4d8b2..176701e57d 100644
--- a/lib/Sema/SemaOverload.cpp
+++ b/lib/Sema/SemaOverload.cpp
@@ -912,7 +912,6 @@ bool Sema::IsUserDefinedConversion(Expr *From, QualType ToType,
switch (BestViableFunction(CandidateSet, Best)) {
case OR_Success:
// Record the standard conversion we used and the conversion function.
- // FIXME: Handle user-defined conversion operators.
if (CXXConstructorDecl *Constructor
= dyn_cast<CXXConstructorDecl>(Best->Function)) {
// C++ [over.ics.user]p1: