aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/cc/lexer
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Use new setup for unit testsKaren Arutyunov9-584/+0
2019-01-16Update copyright yearKaren Arutyunov9-9/+9
2018-09-10Replace libu with libue in buildfilesKaren Arutyunov1-1/+1
2018-09-04Rename .test/test{} to .testscript/testscript{}Boris Kolpackov8-8/+8
2018-05-19Update copyright yearKaren Arutyunov9-9/+9
2017-07-28Use utility library to arrange unit testingBoris Kolpackov1-13/+1
2017-07-24Optimize C/C++ lexerBoris Kolpackov1-12/+5
2017-07-13Add hxx prerequisite type in test buildfilesKaren Arutyunov1-1/+1
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-2/+2
2017-06-27Add support for regex function familyKaren Arutyunov1-4/+5
2017-06-26Add support for $path_search() and $path_match()Karen Arutyunov1-5/+5
2017-05-28Diagnose #include directives in C/C++ lexerBoris Kolpackov1-0/+8
2017-05-27Handle #line directives in C/C++ lexerBoris Kolpackov5-16/+55
2017-05-25Fix few bugs in C++ lexer and parserBoris Kolpackov1-0/+9
2017-05-24Implement support for tokenization of preprocessed C/C++ sourceBoris Kolpackov9-0/+546