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.h
Age
Commit message (
Expand
)
Author
2021-05-09
LibCpp: Rename m_definitions=>m_preprocessor_definitions
Itamar
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-06
LibCpp: Add TemplatizedName
Itamar
2021-04-06
LibCpp: Introduce DummyASTNode
Itamar
2021-04-06
LibCpp: Parse C-Style parse expressions
Itamar
2021-04-06
LibCpp: Parse braced initialization list
Itamar
2021-04-06
LibCpp: Parse sizeof() expression
Itamar
2021-04-06
LibCpp: Parse C++ cast expressions
Itamar
2021-04-06
LibCpp: Support parsing templatized function calls
Itamar
2021-04-06
LibCpp: Add AST::Name
Itamar
2021-04-06
LibCpp: Parse templatized types
Itamar
2021-04-06
LibCpp: Support parsing function qualifiers
Itamar
2021-04-06
LibCpp: Parse variable declarations in global scope
Itamar
2021-03-23
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
Itamar
2021-03-23
LibCpp: Parse Namespace declaration
Itamar
2021-03-13
LanguageServers/Cpp: Support jumping to declaration of preprocessor
Itamar
2021-03-13
LibCpp: Parser no longer holds the program's source
Itamar
2021-03-13
LibCpp: Implement Parser::text_in_range using text of tokens
Itamar
2021-03-13
LibCpp: Remove node_span_size, add index_of_node_at
Itamar
2021-03-13
LibCpp: Replace defined preprocessor values when parsing
Itamar
2021-03-02
LibCpp: Parse ellipsis
Itamar
2021-03-02
LibCpp: Consume attribute specification when parsing
Itamar
2021-03-02
LibCpp: Parse type qualifiers
Itamar
2021-02-20
LibCpp: Store filename in ASTNodes
Itamar
2021-02-13
LibCpp: Fix lexing & parsing of non-terminated strings
Itamar
2021-02-10
LanguageServers/Cpp: Autocomplete declarations from included headers
Itamar
2021-02-08
LibCpp: Parse If statements
Itamar
2021-01-27
LibCpp: Add the beginning of a C++ parser
Itamar