summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCpp/AST.h
AgeCommit message (Expand)Author
2021-05-19LibCpp: Fix "NumricLiteral" => "NumericLiteral" typoItamar
2021-05-19LibCpp: Generalize ASTNode::dump() to support redirecting its outputItamar
2021-05-19LibCpp: Support 'auto' TypeItamar
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13LibCpp: Add 'Namespace' and 'Member' declaration typesItamar
2021-04-13HackStudio+LibCpp: Include class members in LocatorItamar
2021-04-06LibCpp: Add TemplatizedNameItamar
2021-04-06LibCpp: Introduce DummyASTNodeItamar
2021-04-06LibCpp: Parse C-Style parse expressionsItamar
2021-04-06LibCpp: Parse "arrow" operatorItamar
2021-04-06LibCpp: Parse braced initialization listItamar
2021-04-06LibCpp: Parse sizeof() expressionItamar
2021-04-06LibCpp: Parse Bitwise & Logical Or & And operatorsItamar
2021-04-06LibCpp: Parse C++ cast expressionsItamar
2021-04-06LibCpp: Support parsing templatized function callsItamar
2021-04-06LibCpp: Support parsing '!=" operatorItamar
2021-04-06LibCpp: Add AST::NameItamar
2021-04-06LibCpp: Parse templatized typesItamar
2021-04-06LibCpp: Parse nullptr literalItamar
2021-04-06LibCpp: Support parsing binary "==" OperatorItamar
2021-04-06LibCpp: Support parsing function qualifiersItamar
2021-03-23HackStudio+LanguageServers/Cpp: Show scope of symbols in LocatorItamar
2021-03-23LibCpp: Parse Namespace declarationItamar
2021-03-13LibCpp: Implement Parser::text_in_range using text of tokensItamar
2021-03-02LibCpp: Parse ellipsisItamar
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-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibCpp: Store filename in ASTNodesItamar
2021-02-10LanguageServers/Cpp: Autocomplete function and struct/class namesItamar
2021-02-08LibCpp: Parse If statementsItamar
2021-02-08Everywhere: Remove unnecessary headers 1/4Ben Wiederhake
2021-01-27LibCpp: Add the beginning of a C++ parserItamar