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-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
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: Parse variable declarations in global scope
Itamar
2021-04-06
LibCpp: Fix null dereference in IfStatement::declarations()
Itamar
2021-03-23
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
Itamar
2021-03-23
LibCpp: Parse Namespace declaration
Itamar
2021-03-18
LibCpp: Add preprocessor option to ignore unsupported keywords
Vyacheslav Pukhanov
2021-03-16
LibCpp: Return empty TranslationUnit from Parser::parse() if no tokens exist
Linus Groh
2021-03-13
LanguageServers/Cpp: Support jumping to declaration of preprocessor
Itamar
2021-03-13
LanguageServers/Cpp: Complete Preprocessor definitions
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: Store the text of a token as a StringView member
Itamar
2021-03-13
LibCpp: Access Cpp::Token members via getter functions
Itamar
2021-03-13
LibCpp: Move Cpp::Token to a separate file
Itamar
2021-03-13
LibCpp: Replace defined preprocessor values when parsing
Itamar
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-06
LibCpp: Don't crash on an empty '#' line
Itamar
2021-03-06
LibCpp: Check if type is null in VariableDeclaration::dump
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-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
[next]