summaryrefslogtreecommitdiff
path: root/odb/semantics/class.hxx
AgeCommit message (Collapse)AuthorFilesLines
2010-09-02Move constructors to the source filesBoris Kolpackov1-8/+2
This is done so that when the plugin is built as a static library, the object files with type information get pulled in.
2010-03-30Use odb prefix for inclusionBoris Kolpackov1-1/+1
2010-03-29Add missing pointer_iterator wrapperBoris Kolpackov1-1/+1
2010-03-29Assign tree nodes to graph type nodesBoris Kolpackov1-2/+2
2010-03-25Add support for union, enum, class/union templateBoris Kolpackov1-14/+6
2010-03-23Semantic graph and parsing codeBoris Kolpackov1-0/+135
Currently covers/handles namespace, class definitions (including bases and data members), and typedefs in namespace-scopes.