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
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-14
LibCpp: Support "FIXME" for comments
Ferhat Geçdoğan
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar
2022-04-17
LibCpp: Parse inheritance
Itamar
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LanguageServers/Cpp: Add SemanticType::PreprocessorMacro
Itamar
2022-03-31
LibCpp: Fix parsing of macro calls
Itamar
2022-03-19
LibCpp: Change class_name to use StringView instead of char const*
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibCpp
Lenny Maiorani
2022-03-05
LibCpp: Don't include parameter type in FunctionType::to_string if null
Itamar
2022-02-27
LanguageServers/Cpp: Make find declaration of enums work
Itamar
2022-02-27
LibCpp: Set end position for the return type node of FunctionType nodes
Itamar
2022-02-23
Libraries/LibCpp: Add parser test for out-of-line function definitions
Itamar
2022-02-23
LibCpp: Allow qualified names in AST Declaration nodes
Itamar
2022-02-09
LibCpp: Add SemanticSyntaxHighlighter
Itamar
2022-02-09
LibCpp: Update regressions tests results
Itamar
2022-02-09
LibCpp: Fix lexing of IncludePath token
Itamar
2022-02-09
LibCpp: Add Preprocessor:unprocessed_token()
Itamar
2022-02-09
LibCpp: Add public Parser::tokens() method
Itamar
2022-02-09
LibCpp: Fix end position calculation for various AST node types
Itamar
2022-02-09
LibCpp: Fix parent of parameter type node
Itamar
2022-02-09
LibCpp: Fix Declaration::is_member()
Itamar
2022-02-07
Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere
kleines Filmröllchen
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-05
LibCpp: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-03
LibCpp: Add "ignore invalid statements" option to Preprocessor
Itamar
2021-11-30
LibCpp: Update list of well-known C++ types to match current AK
Andreas Kling
2021-11-30
LibCpp: Use StringView for the known keywords array
Andreas Kling
2021-11-29
LibCpp: Fix copy paste typo in Parser::match_secondary_expression
Brian Gianforcaro
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-28
LibCpp: Remove redundant comparison to Token::Type::PipePipe
Brian Gianforcaro
2021-08-21
LibCpp: Use lex_iterable() where applicable
Itamar
2021-08-21
LibCpp: Add lex_iterable() method to the Lexer
Itamar
2021-08-21
LibCpp: Lex before processing the source in the Preprocessor
Itamar
2021-08-21
LibCpp: Allow whitespace between # and preprocessor directive
Itamar
2021-08-14
Tests: Add regression tests for the LibCpp preprocessor
Itamar
2021-08-14
LibCpp: Move parser tests to Userland/Libraries/LibCpp/Tests/parser
Itamar
2021-08-14
LibCpp: Evaluate function-like macro calls
Itamar
2021-08-14
LibCpp: Understand preprocessor macro definition and invocation
Itamar
2021-08-14
LibCpp: Add lexer option to ignore whitespace tokens
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-07
LibCpp: Support initializing the lexer with a "start line"
Itamar
2021-08-02
LibCpp: Allow 'final' in a class declaration with inheritance
Ali Mohammad Pur
2021-08-02
LibCpp: Add support for east const
Ali Mohammad Pur
[next]