summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCpp/Preprocessor.cpp
AgeCommit message (Expand)Author
2021-05-22LibCpp: Add option in Preprocessor to keep #include's in processed textItamar
2021-05-22LibCpp: Make Preprocessor::handle_preprocessor_line return keywordItamar
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-18LibCpp: Add preprocessor option to ignore unsupported keywordsVyacheslav Pukhanov
2021-03-13LanguageServers/Cpp: Support jumping to declaration of preprocessorItamar
2021-03-13LanguageServers/Cpp: Complete Preprocessor definitionsItamar
2021-03-13LibCpp: Replace defined preprocessor values when parsingItamar
2021-03-06LibCpp: Don't crash on an empty '#' lineItamar
2021-02-26LibCpp: Don't fail when encountering #elif statementsItamar
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-08LibCpp: Start working on a C preprocessorItamar