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.h
Age
Commit message (
Expand
)
Author
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: 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-06-23
HackStudio: Make TODO entries clickable
Federico Guerinoni
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-02-08
LibCpp: Start working on a C preprocessor
Itamar