summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCpp
AgeCommit message (Expand)Author
2021-03-02LibCpp: Parse ellipsisItamar
2021-03-02LibCpp: Consume attribute specification when parsingItamar
2021-03-02LibCpp: Parse type qualifiersItamar
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-02-27LanguageServers/Cpp: Update client asynchronously about symbolsItamar
2021-02-26LibCpp: Don't fail when encountering #elif statementsItamar
2021-02-24AK: Make dbgln_if() avoid evaluating the arguments when disabledAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibCpp: Fix yet another broken outln() invocation..Andreas Kling
2021-02-21LibCpp: Fix busted outln() invocationsAndreas Kling
2021-02-20LibCpp: Replace dbgprintf() with outln()Andreas Kling
2021-02-20LibCpp: Store filename in ASTNodesItamar
2021-02-13LibCpp: Fix lexing & parsing of non-terminated stringsItamar
2021-02-11LibSyntax: Make rehighlight() take Gfx::Palette as by const-referenceAndreas Kling
2021-02-10LanguageServers/Cpp: Autocomplete declarations from included headersItamar
2021-02-10LanguageServers/Cpp: Autocomplete function and struct/class namesItamar
2021-02-08LibCpp: Start working on a C preprocessorItamar
2021-02-08LibCpp: Include CPP_DEBUG in AK/Debug.hItamar
2021-02-08LibCpp: Parse If statementsItamar
2021-02-08LibCpp: Depend on LibSyntaxItamar
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-08Everywhere: Remove unnecessary headers 1/4Ben Wiederhake
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-02-07LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntaxAndreas Kling
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-01-27LibCpp: Add the beginning of a C++ parserItamar
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling