index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCpp
/
Preprocessor.cpp
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibCpp: Fix parsing of macro calls
Itamar
2022-02-09
LibCpp: Fix lexing of IncludePath token
Itamar
2022-02-09
LibCpp: Add Preprocessor:unprocessed_token()
Itamar
2022-01-25
AK: Standardize the behaviour of GenericLexer::consume_until overloads
Idan Horowitz
2022-01-25
AK: Add a consume_until(StringView) overload to GenericLexer
Idan Horowitz
2021-12-03
LibCpp: Add "ignore invalid statements" option to Preprocessor
Itamar
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-08-21
LibCpp: Use lex_iterable() where applicable
Itamar
2021-08-21
LibCpp: Lex before processing the source in the Preprocessor
Itamar
2021-08-14
LibCpp: Evaluate function-like macro calls
Itamar
2021-08-14
LibCpp: Understand preprocessor macro definition and invocation
Itamar
2021-08-07
LibCpp: Do macro substitution in the preprocessor instead of the parser
Itamar
2021-08-07
LibCpp: Import definitions from headers while processing
Itamar
2021-08-07
LibCpp: Do lexing in the Preprocessor
Itamar
2021-08-02
LibCpp: Correctly parse lines that end in '\'
Ali Mohammad Pur
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