]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/commitdiff
Add todo
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 27 Aug 2012 17:31:51 +0000 (19:31 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 27 Aug 2012 17:31:51 +0000 (19:31 +0200)
src/visualizer.cpp

index f3ccf55f6bb912a4e2f31937a9a18470f36c9666..0d4998f6f19513479cd6b205d7e5da3adeaf26f4 100644 (file)
@@ -169,6 +169,7 @@ public:
            sc.states.push_back(state);
 
            IdentifierInfo& II = Context->Idents.get("reactions");
+           // TODO: Lookup for reactions even in base classes - probably by using Sema::LookupQualifiedName()
            for (DeclContext::lookup_result Reactions = RecordDecl->lookup(DeclarationName(&II));
                 Reactions.first != Reactions.second; ++Reactions.first)
                HandleReaction(*Reactions.first, RecordDecl);