forked from OSchip/llvm-project
parent
1ff0ecc7a1
commit
39f9dbc877
|
@ -6082,7 +6082,7 @@ class TransformTypos : public TreeTransform<TransformTypos> {
|
|||
return ME->getMemberDecl();
|
||||
// FIXME: Add any other expr types that could be be seen by the delayed typo
|
||||
// correction TreeTransform for which the corresponding TypoCorrection could
|
||||
// contain multple decls.
|
||||
// contain multiple decls.
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue