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.cpp
Age
Commit message (
Expand
)
Author
2021-07-10
LibCpp: Make the fields of AST node types private
Itamar
2021-06-29
LibCpp: Differentiate between Type and NamedType
Itamar
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-09
LibCpp: Parse basic constructors and destructors
Itamar
2021-06-09
LibCpp: Support non-field class members
Itamar
2021-06-01
LibCpp: Consider declarations inside a function's body
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
HackStudio+LibCpp: Include class members in Locator
Itamar
2021-04-06
LibCpp: Add TemplatizedName
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: 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-04-06
LibCpp: Support parsing empty return statements
Itamar
2021-04-06
LibCpp: Fix null dereference in IfStatement::declarations()
Itamar
2021-03-23
LibCpp: Parse Namespace declaration
Itamar
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-06
LibCpp: Check if type is null in VariableDeclaration::dump
Itamar
2021-03-02
LibCpp: Parse ellipsis
Itamar
2021-03-02
LibCpp: Parse type qualifiers
Itamar
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibCpp: Fix yet another broken outln() invocation..
Andreas Kling
2021-02-21
LibCpp: Fix busted outln() invocations
Andreas Kling
2021-02-20
LibCpp: Replace dbgprintf() with outln()
Andreas Kling
2021-02-08
LibCpp: Parse If statements
Itamar
2021-01-27
LibCpp: Add the beginning of a C++ parser
Itamar