summaryrefslogtreecommitdiffstats
path: root/unit-tests/cc/lexer
Commit message (Expand)AuthorAgeFilesLines
* Use new setup for unit testsKaren Arutyunov2019-03-089-584/+0
* Update copyright yearKaren Arutyunov2019-01-169-9/+9
* Replace libu with libue in buildfilesKaren Arutyunov2018-09-101-1/+1
* Rename .test/test{} to .testscript/testscript{}Boris Kolpackov2018-09-048-8/+8
* Update copyright yearKaren Arutyunov2018-05-199-9/+9
* Use utility library to arrange unit testingBoris Kolpackov2017-07-281-13/+1
* Optimize C/C++ lexerBoris Kolpackov2017-07-241-12/+5
* Add hxx prerequisite type in test buildfilesKaren Arutyunov2017-07-131-1/+1
* Make use of wildcards in buildfilesKaren Arutyunov2017-07-121-2/+2
* Add support for regex function familyKaren Arutyunov2017-06-271-4/+5
* Add support for $path_search() and $path_match()Karen Arutyunov2017-06-261-5/+5
* Diagnose #include directives in C/C++ lexerBoris Kolpackov2017-05-281-0/+8
* Handle #line directives in C/C++ lexerBoris Kolpackov2017-05-275-16/+55
* Fix few bugs in C++ lexer and parserBoris Kolpackov2017-05-251-0/+9
* Implement support for tokenization of preprocessed C/C++ sourceBoris Kolpackov2017-05-249-0/+546