summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCpp/Preprocessor.h
AgeCommit message (Expand)Author
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-09LibCpp: Add Preprocessor:unprocessed_token()Itamar
2021-12-03LibCpp: Add "ignore invalid statements" option to PreprocessorItamar
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-21LibCpp: Lex before processing the source in the PreprocessorItamar
2021-08-14LibCpp: Evaluate function-like macro callsItamar
2021-08-14LibCpp: Understand preprocessor macro definition and invocationItamar
2021-08-07LibCpp: Do macro substitution in the preprocessor instead of the parserItamar
2021-08-07LibCpp: Import definitions from headers while processingItamar
2021-08-07LibCpp: Do lexing in the PreprocessorItamar
2021-06-23HackStudio: Make TODO entries clickableFederico Guerinoni
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-02-08LibCpp: Start working on a C preprocessorItamar