summaryrefslogtreecommitdiff
path: root/cli/name-processor.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-07-27Add support for option merging (--generate-merge)Boris Kolpackov1-2/+2
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-21Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-11-15Start switch to build2Boris Kolpackov1-2/+2
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-06-02Implement generation of specifier functions (--generate-specifier)Boris Kolpackov1-1/+38
These functions determine whether the option was specified on the command line. New test: specifier.
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-09-27Traverse classes in global scopeBoris Kolpackov1-3/+6
2009-09-20Add name processorBoris Kolpackov1-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.