]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blobdiff - src/visualizer.cpp
Add todo
[boost-statechart-viewer.git] / 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);