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
/
AST.h
Age
Commit message (
Expand
)
Author
2022-02-27
LanguageServers/Cpp: Make find declaration of enums work
Itamar
2022-02-23
LibCpp: Allow qualified names in AST Declaration nodes
Itamar
2022-02-09
LibCpp: Fix Declaration::is_member()
Itamar
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-08-02
LibCpp: Add support for parsing function types
Ali Mohammad Pur
2021-08-02
LibCpp: Add support for parsing reference types
Ali Mohammad Pur
2021-08-02
LibCpp: Parse enum members with explicit values
Ali Mohammad Pur
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-06-29
LibCpp: Differentiate between Type and NamedType
Itamar
2021-06-29
LibCpp: Support parsing enum classes
Itamar
2021-06-09
LibCpp: Parse basic constructors and destructors
Itamar
2021-06-09
LibCpp: Support non-field class members
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: Support 'auto' Type
Itamar
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
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
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 sizeof() expression
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: Add AST::Name
Itamar
2021-04-06
LibCpp: Parse templatized types
Itamar
2021-04-06
LibCpp: Parse nullptr literal
Itamar
2021-04-06
LibCpp: Support parsing binary "==" Operator
Itamar
2021-04-06
LibCpp: Support parsing function qualifiers
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
LibCpp: Implement Parser::text_in_range using text of tokens
Itamar
2021-03-02
LibCpp: Parse ellipsis
Itamar
2021-03-02
LibCpp: Parse type qualifiers
Itamar
2021-02-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
2021-02-27
LanguageServers/Cpp: Update client asynchronously about symbols
Itamar
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibCpp: Store filename in ASTNodes
Itamar
2021-02-10
LanguageServers/Cpp: Autocomplete function and struct/class names
Itamar
2021-02-08
LibCpp: Parse If statements
Itamar
2021-02-08
Everywhere: Remove unnecessary headers 1/4
Ben Wiederhake
2021-01-27
LibCpp: Add the beginning of a C++ parser
Itamar