summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCpp/Parser.h
AgeCommit message (Expand)Author
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-21LibCpp: Make C++ AST (mostly) const-correctAndreas Kling
2023-01-27LibCpp: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibCpp: Parse 'using namespace' declarationsPoseydon42
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-09-17Everywhere: Fix badly-formatted includesBen Wiederhake
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-09LibCpp: Add public Parser::tokens() methodItamar
2022-02-09LibCpp: Fix end position calculation for various AST node typesItamar
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-07LibCpp: Do macro substitution in the preprocessor instead of the parserItamar
2021-08-07LibCpp: Import definitions from headers while processingItamar
2021-08-07LibCpp: Do lexing in the PreprocessorItamar
2021-07-13LibCpp: Don't store entire ASTNode vector in each parser stateItamar
2021-07-13LibCpp: Only store error messages for the main parser stateItamar
2021-07-04LibCpp: Add Parser::tokens_in_range(start, end)Itamar
2021-06-29LibCpp: Differentiate between Type and NamedTypeItamar
2021-06-23HackStudio: Make TODO entries clickableFederico Guerinoni
2021-06-23LibCpp: Add function for retrieving TODO comments from the parserFederico Guerinoni
2021-06-09LibCpp: Parse basic constructors and destructorsItamar
2021-06-09LibCpp: Handle class access-specifiers in the ParserItamar
2021-06-09LibCpp: Support non-field class membersItamar
2021-05-09LibCpp: Rename m_definitions=>m_preprocessor_definitionsItamar
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19LibCpp: Support parsing class declarationsItamar
2021-04-06LibCpp: Add TemplatizedNameItamar
2021-04-06LibCpp: Introduce DummyASTNodeItamar
2021-04-06LibCpp: Parse C-Style parse expressionsItamar
2021-04-06LibCpp: Parse braced initialization listItamar
2021-04-06LibCpp: Parse sizeof() expressionItamar
2021-04-06LibCpp: Parse C++ cast expressionsItamar
2021-04-06LibCpp: Support parsing templatized function callsItamar
2021-04-06LibCpp: Add AST::NameItamar
2021-04-06LibCpp: Parse templatized typesItamar
2021-04-06LibCpp: Support parsing function qualifiersItamar
2021-04-06LibCpp: Parse variable declarations in global scopeItamar
2021-03-23HackStudio+LanguageServers/Cpp: Show scope of symbols in LocatorItamar
2021-03-23LibCpp: Parse Namespace declarationItamar
2021-03-13LanguageServers/Cpp: Support jumping to declaration of preprocessorItamar
2021-03-13LibCpp: Parser no longer holds the program's sourceItamar
2021-03-13LibCpp: Implement Parser::text_in_range using text of tokensItamar
2021-03-13LibCpp: Remove node_span_size, add index_of_node_atItamar
2021-03-13LibCpp: Replace defined preprocessor values when parsingItamar
2021-03-02LibCpp: Parse ellipsisItamar
2021-03-02LibCpp: Consume attribute specification when parsingItamar
2021-03-02LibCpp: Parse type qualifiersItamar
2021-02-20LibCpp: Store filename in ASTNodesItamar