summaryrefslogtreecommitdiffstats
path: root/cli/semantics/elements.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-211-1/+1
|
* Update copyright yearBoris Kolpackov2017-01-031-1/+1
|
* Start switch to build2Boris Kolpackov2016-11-151-1/+1
|
* Implement option class inheritanceBoris Kolpackov2012-05-101-0/+13
| | | | | | | For now multiple, non-virtual inheritance is supported. An option class can now also be declared abstract using the class c = 0 {...}; syntax. New option, --exclude-base, controls whether base class information is present in usage and documentation.
* Copyright updateBoris Kolpackov2011-01-041-1/+1
|
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Get rid of the name typedefBoris Kolpackov2009-09-201-1/+1
| | | | Use std::string directly.
* Add semantic graph and traversal mechanismBoris Kolpackov2009-09-051-0/+117
The parser now builds the semantic graph.