Skip to content

Commit 990896a

Browse files
committed
[clang][Interp][NFC] Fix a prototype argument name
1 parent 35ef399 commit 990896a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Interp/Program.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Program final {
8686
std::optional<unsigned> getOrCreateDummy(const ValueDecl *VD);
8787

8888
/// Creates a global and returns its index.
89-
std::optional<unsigned> createGlobal(const ValueDecl *VD, const Expr *E);
89+
std::optional<unsigned> createGlobal(const ValueDecl *VD, const Expr *Init);
9090

9191
/// Creates a global from a lifetime-extended temporary.
9292
std::optional<unsigned> createGlobal(const Expr *E);

0 commit comments

Comments
 (0)