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-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
2021-06-05
LibCpp: Use CharacterTypes.h and constexpr functions in Lexer
Max Wipfli
2021-06-05
LibCpp: Use east const style in Lexer and SyntaxHighlighter
Max Wipfli
2021-06-04
LibCpp: Revert change to strace.cpp AST test from bf8fd4c
Andreas Kling
2021-06-03
Everywhere: Remove accidental '\n' from various outln() invocations
Andreas Kling
2021-06-01
LibCpp: Consider declarations inside a function's body
Itamar
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-05-22
LibCpp: Modify Token::to_string() to include more information
Itamar
2021-05-19
LibCpp: Add regression tests for the parser
Itamar
2021-05-19
LibCpp: Fix "NumricLiteral" => "NumericLiteral" typo
Itamar
2021-05-19
LibCpp: Generalize ASTNode::dump() to support redirecting its output
Itamar
2021-05-19
LibCpp: Fix match_expression()
Itamar
2021-05-19
LibCpp: Support 'auto' Type
Itamar
2021-05-15
LibCpp: Modify parsing of a Name's scope
Itamar
2021-05-15
LibCpp: Modify logic of Parser::index_of_node_at
Itamar
2021-05-09
LibCpp: Support Lexing escaped newlines
Itamar
2021-05-09
LibCpp: Rename m_definitions=>m_preprocessor_definitions
Itamar
2021-05-08
AK+LibCpp: Remove DEBUG_SPAM in favour of per-application defines
Ali Mohammad Pur
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-25
LibCpp: Convert ScopeLogger to use AK:SourceLocation
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
LibCpp: Support parsing class declarations
Itamar
2021-04-13
LibCpp: Add 'Namespace' and 'Member' declaration types
Itamar
2021-04-13
HackStudio+LibCpp: Include class members in Locator
Itamar
2021-04-06
LibCpp: Add TemplatizedName
Itamar
2021-04-06
LanguageServers/Cpp: Refactor logic of find declaration
Itamar
[next]