summaryrefslogtreecommitdiffstats
path: root/build2/cc/lexer.hxx
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
* Handle leading 'module;' marker (p0713)Boris Kolpackov2018-07-241-1/+1
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
* Adapt to modularization of libbutlKaren Arutyunov2017-10-031-2/+2
* Optimize handling of #line directives that don't change fileBoris Kolpackov2017-07-251-0/+1
* Optimize C/C++ lexerBoris Kolpackov2017-07-241-3/+2
* Implement detection of ignorable changes (whitespaces, comments)Boris Kolpackov2017-07-221-1/+19
* Make VC compatible with 'export module M;' by fixing up preprocessed outputBoris Kolpackov2017-06-241-12/+9
* Diagnose #include directives in C/C++ lexerBoris Kolpackov2017-05-281-4/+4
* Handle #line directives in C/C++ lexerBoris Kolpackov2017-05-271-16/+22
* Fix few bugs in C++ lexer and parserBoris Kolpackov2017-05-251-3/+3
* Implement parsing of C++ module declarationsBoris Kolpackov2017-05-251-1/+1
* Implement support for tokenization of preprocessed C/C++ sourceBoris Kolpackov2017-05-241-0/+166