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
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
2021-08-02
LibCpp: Allow 'override' as a function target qualifier
Ali Mohammad Pur
2021-08-02
LibCpp: Add support for parsing function types
Ali Mohammad Pur
2021-08-02
LibCpp: Allow 'const' after a function's signature
Ali Mohammad Pur
2021-08-02
LibCpp: Add support for parsing reference types
Ali Mohammad Pur
2021-08-02
LibCpp: Allow virtual destructors
Ali Mohammad Pur
2021-08-02
LibCpp: Match and ignore struct/class inheritance
Ali Mohammad Pur
2021-08-02
LibCpp: Correctly parse lines that end in '\'
Ali Mohammad Pur
2021-08-02
LibCpp: Parse enum members with explicit values
Ali Mohammad Pur
2021-08-02
LibCpp: Parse "extern" declarations
Ali Mohammad Pur
2021-08-02
LibCpp: Accept scoped variable declarations
Ali Mohammad Pur
2021-07-13
LibCpp: Don't store entire ASTNode vector in each parser state
Itamar
2021-07-13
LibCpp: Only store error messages for the main parser state
Itamar
2021-07-10
LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style casts
Itamar
2021-07-10
LibCpp: Make the fields of AST node types private
Itamar
2021-07-04
LibCpp: Add Parser::tokens_in_range(start, end)
Itamar
2021-07-04
LibCpp: Fix positional information of Pointer types
Itamar
2021-07-04
LibCpp: Fix parsing of ellipsis
Itamar
2021-06-29
LibCpp: Update Parser test data after Type=>NamedType change
Itamar
2021-06-29
LibCpp: Differentiate between Type and NamedType
Itamar
2021-06-29
LibCpp: Add LOG_SCOPE() macro for debugging the parser's flow
Itamar
2021-06-29
LibCpp: Support parsing enum classes
Itamar
2021-06-23
HackStudio: Make TODO entries clickable
Federico Guerinoni
2021-06-23
LibCpp: Add function for retrieving TODO comments from the parser
Federico Guerinoni
2021-06-16
LibCpp: Remove InlineLinkedList from the list of known types
Brian Gianforcaro
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-09
LibCpp: Add test for parsing class definitions
Itamar
2021-06-09
LibCpp: Parse basic constructors and destructors
Itamar
2021-06-09
LibCpp: Handle class access-specifiers in the Parser
Itamar
2021-06-09
LibCpp: Support non-field class members
Itamar
2021-06-09
LibCpp: Make 'bool' a Token::Type::KnownType
Itamar
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-05
LibCpp: Fix off-by-one error in SyntaxHighlighter
Max Wipfli
2021-06-05
LibCpp: Do not emit empty whitespace token after include statement
Max Wipfli
[next]