Skip to content
Commit 8a27b2b3 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the consumer

just using ASTConsumer::HandleCXXStaticMemberVarInstantiation(), don't pass it with
ASTConsumer::HandleTopLevelDecl.

ASTConsumer::HandleTopLevelDecl is intended for user-written top-level decls;
a consumer can treat an instantiated static data member however it wants of course.

llvm-svn: 175976
parent 80070bd4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment