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-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
2021-02-27
LanguageServers/Cpp: Update client asynchronously about symbols
Itamar
2021-02-26
LibCpp: Don't fail when encountering #elif statements
Itamar
2021-02-24
AK: Make dbgln_if() avoid evaluating the arguments when disabled
AnotherTest
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-20
LibCpp: Store filename in ASTNodes
Itamar
2021-02-13
LibCpp: Fix lexing & parsing of non-terminated strings
Itamar
2021-02-11
LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference
Andreas Kling
2021-02-10
LanguageServers/Cpp: Autocomplete declarations from included headers
Itamar
2021-02-10
LanguageServers/Cpp: Autocomplete function and struct/class names
Itamar
2021-02-08
LibCpp: Start working on a C preprocessor
Itamar
2021-02-08
LibCpp: Include CPP_DEBUG in AK/Debug.h
Itamar
2021-02-08
LibCpp: Parse If statements
Itamar
2021-02-08
LibCpp: Depend on LibSyntax
Itamar
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
Everywhere: Remove unnecessary headers 1/4
Ben Wiederhake
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
Andreas Kling
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-01-27
LibCpp: Add the beginning of a C++ parser
Itamar
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling