summaryrefslogtreecommitdiffstats
path: root/cli/semantics/elements.hxx
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
|
* Implement scope documentation generation in HTMLBoris Kolpackov2015-10-301-0/+6
|
* Add parsing support for scope-level documentationBoris Kolpackov2015-10-291-0/+3
|
* Implement option class inheritanceBoris Kolpackov2012-05-101-0/+9
| | | | | | | 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
|
* Simplify to work around VC++ bugsBoris Kolpackov2009-10-111-19/+5
|
* Remove unneeded codeBoris Kolpackov2009-10-041-18/+0
|
* Get rid of the name typedefBoris Kolpackov2009-09-201-10/+6
| | | | Use std::string directly.
* Use new path class, add context and generator classesBoris Kolpackov2009-09-131-1/+6
| | | | | | Use cutl::fs::path instead of std::string in the semantic graph. Add context and generator stubs, to be filled next. Connect everything in the compiler driver.
* Add semantic graph and traversal mechanismBoris Kolpackov2009-09-051-0/+421
The parser now builds the semantic graph.