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
/
Parser.cpp
Age
Commit message (
Expand
)
Author
2021-09-28
LibCpp: Remove redundant comparison to Token::Type::PipePipe
Brian Gianforcaro
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-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: 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: 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: 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-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-05-22
LibCpp: Modify Token::to_string() to include more information
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: 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-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
LibCpp: Support parsing class declarations
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
[next]