Age | Commit message (Expand) | Author |
---|---|---|
2021-05-22 | LibCpp: Add option in Preprocessor to keep #include's in processed text | Itamar |
2021-05-22 | LibCpp: Make Preprocessor::handle_preprocessor_line return keyword | Itamar |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-18 | LibCpp: Add preprocessor option to ignore unsupported keywords | Vyacheslav Pukhanov |
2021-03-13 | LanguageServers/Cpp: Support jumping to declaration of preprocessor | Itamar |
2021-03-13 | LanguageServers/Cpp: Complete Preprocessor definitions | Itamar |
2021-03-13 | LibCpp: Replace defined preprocessor values when parsing | Itamar |
2021-03-06 | LibCpp: Don't crash on an empty '#' line | Itamar |
2021-02-26 | LibCpp: Don't fail when encountering #elif statements | Itamar |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-08 | LibCpp: Start working on a C preprocessor | Itamar |