Skip to content

Commit e5c863c

Browse files
committed
[NFC] Capitalize FIXME comment to make it more discoverable
1 parent 1e5194c commit e5c863c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/MiscDiagnostics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6452,7 +6452,7 @@ static void diagnoseCxxFunctionCalls(const Expr *E, const DeclContext *DC) {
64526452
if (shouldDiagnoseMissingReturnsRetained(ND, retType, Ctx)) {
64536453
SourceLoc diagnosticLoc = func->getLoc();
64546454
if (diagnosticLoc.isInvalid() && func->getClangDecl()) {
6455-
// Fixme: Remove the diagnosticLoc once the source locations of the
6455+
// FIXME: Remove the diagnosticLoc once the source locations of the
64566456
// objc method declarations are imported correctly.
64576457
diagnosticLoc = Ctx.getClangModuleLoader()->importSourceLocation(
64586458
ND->getLocation());

0 commit comments

Comments
 (0)