diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index c3a84af0c5b..12c103ba62c 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -109,7 +109,7 @@ class CodeGenModule : public BlockModule { /// Aliases - List of aliases in module. These cannot be emitted until all the /// code has been seen, as they reference things by name instead of directly /// and may reference forward. - std::vector<const FunctionDecl*> Aliases; + std::vector<const ValueDecl*> Aliases; /// DeferredDecls - List of decls for which code generation has been /// deferred. When the translation unit has been fully processed we |