summaryrefslogtreecommitdiff
path: root/odb/semantics
AgeCommit message (Collapse)AuthorFilesLines
2010-09-02Move constructors to the source filesBoris Kolpackov22-126/+229
This is done so that when the plugin is built as a static library, the object files with type information get pulled in.
2010-08-19Use type names as specified in the header that we compileBoris Kolpackov4-2/+102
2010-06-04Make nameable::fq_name virtualBoris Kolpackov3-2/+11
Override it for fundamental type to do the right thing.
2010-05-21Use forward declarations of GCC AST where possibleBoris Kolpackov1-2/+2
2010-05-04Resolve ambiguityBoris Kolpackov1-0/+2
2010-03-30Use odb prefix for inclusionBoris Kolpackov22-41/+28
2010-03-29Add missing pointer_iterator wrapperBoris Kolpackov3-3/+5
2010-03-29Assign tree nodes to graph type nodesBoris Kolpackov9-60/+102
2010-03-26Use derived_type as a base for arrayBoris Kolpackov1-1/+1
2010-03-25Add support for union, enum, class/union templateBoris Kolpackov14-23/+730
2010-03-23Semantic graph and parsing codeBoris Kolpackov13-0/+1890
Currently covers/handles namespace, class definitions (including bases and data members), and typedefs in namespace-scopes.