summaryrefslogtreecommitdiffstats
path: root/cli/name-processor.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-2/+2
|
* Copyright updateBoris Kolpackov2011-01-041-1/+1
|
* Implement generation of specifier functions (--generate-specifier)Boris Kolpackov2010-06-021-1/+38
| | | | | These functions determine whether the option was specified on the command line. New test: specifier.
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Traverse classes in global scopeBoris Kolpackov2009-09-271-3/+6
|
* Add name processorBoris Kolpackov2009-09-201-0/+154
Name processor is a separate pass over the semantics graph that assigns names to various constructs while making sure there are no name clashes.