summaryrefslogtreecommitdiff
path: root/odb/semantics/class.hxx
AgeCommit message (Collapse)AuthorFilesLines
2024-01-24Turn odb repository into muti-package repositoryKaren Arutyunov1-142/+0
Also remove the autoconf/make-based build system.
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-08-31Add support for virtual data membersBoris Kolpackov1-0/+13
New test: common/virtual.
2012-04-23Polymorphic inheritance supportBoris Kolpackov1-1/+1
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-04-25Add complete() and abstract() predicates to semantics::class_Boris Kolpackov1-0/+6
2011-03-21Add default_ctor() to semantics::class_Boris Kolpackov1-0/+4
Use it in the code generators instead of calling the GCC AST macro.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-09-13Change GPL v3Boris Kolpackov1-1/+1
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.