summaryrefslogtreecommitdiff
path: root/Userland/Utilities/cpp-preprocessor.cpp
AgeCommit message (Expand)Author
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19Utilities: Port cpp utilities to Core::StreamSam Atkins
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-11cpp-processor: Port to LibMain :^)Kenneth Myhra
2021-08-22Utilities: Use File.error_string() instead of perror(3) in cpp-*Ralf Donau
2021-08-14Utilities: Add 'file' and 'definitions' arguments to cpp-preprocessorItamar
2021-08-14LibCpp: Understand preprocessor macro definition and invocationItamar
2021-08-14Utilities: Rename PreprocessorTest=>cpp-preprocessorItamar