summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCpp/Token.h
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-07Userland: Undefine FOR_EACH_TOKEN_TYPE everywherekleines Filmröllchen
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-05-22LibCpp: Modify Token::to_string() to include more informationItamar
2021-05-15LibCpp: Modify logic of Parser::index_of_node_atItamar
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-13LibCpp: Store the text of a token as a StringView memberItamar
2021-03-13LibCpp: Access Cpp::Token members via getter functionsItamar
2021-03-13LibCpp: Move Cpp::Token to a separate fileItamar