mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
Remove an out-of-date FIXME
llvm-svn: 58990
This commit is contained in:
parent
49de5340c0
commit
d36ed56c52
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user