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-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
2021-04-06
LibCpp: Introduce DummyASTNode
Itamar
2021-04-06
LibCpp: Parse C-Style parse expressions
Itamar
2021-04-06
LibCpp: Parse "arrow" operator
Itamar
2021-04-06
LibCpp: Parse braced initialization list
Itamar
2021-04-06
LibCpp: Parse empty for loops
Itamar
2021-04-06
LibCpp: Parse sizeof() expression
Itamar
2021-04-06
LibCpp: Handle 'struct' prefix before a type
Itamar
2021-04-06
LibCpp: Parse Bitwise & Logical Or & And operators
Itamar
2021-04-06
LibCpp: Parse C++ cast expressions
Itamar
2021-04-06
LibCpp: Support parsing templatized function calls
Itamar
2021-04-06
LibCpp: Support parsing '!=" operator
Itamar
2021-04-06
LibCpp: Parse character literals
Itamar
2021-04-06
LibCpp: Add AST::Name
Itamar
2021-04-06
LibCpp: Parse templatized types
Itamar
2021-04-06
LibCpp: Parse nullptr literal
Itamar
[next]