Skip to content

Commit 7f1e684

Browse files
Michael137zeroomega
authored andcommitted
fixup! clarify function comment
1 parent 4410041 commit 7f1e684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGDebugInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static uint32_t getDeclAlignIfRequired(const Decl *D, const ASTContext &Ctx) {
7272
/// Given a VarDecl corresponding to either the definition or
7373
/// declaration of a C++ static data member, if it has a constant
7474
/// initializer and is evaluatable, return the evaluated value.
75-
/// Returns std::nullopt on failure.
75+
/// Returns std::nullopt otherwise.
7676
static std::optional<APValue>
7777
evaluateConstantInitializer(const clang::VarDecl *VD,
7878
const clang::ASTContext &Ctx) {

0 commit comments

Comments
 (0)