Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString il y a 1 an
  Ali Mohammad Pur 12a900b97c LibCpp: Ignore the #error preprocessor directive il y a 2 ans
  Sam Atkins c06f4ac6f5 AK+Everywhere: Make GenericLexer::ignore_until() stop before the value il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Itamar 597ca68e2d LibCpp: Fix parsing of macro calls il y a 3 ans
  Itamar b67a090b79 LibCpp: Fix lexing of IncludePath token il y a 3 ans
  Itamar bed60b2d49 LibCpp: Add Preprocessor:unprocessed_token() il y a 3 ans
  Idan Horowitz 67ce9e28a5 AK: Standardize the behaviour of GenericLexer::consume_until overloads il y a 3 ans
  Idan Horowitz d49d2c7ec4 AK: Add a consume_until(StringView) overload to GenericLexer il y a 3 ans
  Itamar c3c2fe153b LibCpp: Add "ignore invalid statements" option to Preprocessor il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Itamar f91974677c LibCpp: Use lex_iterable() where applicable il y a 3 ans
  Itamar 7a4a32b112 LibCpp: Lex before processing the source in the Preprocessor il y a 3 ans
  Itamar f6c9071f0d LibCpp: Evaluate function-like macro calls il y a 3 ans
  Itamar 8505fcb8ae LibCpp: Understand preprocessor macro definition and invocation il y a 3 ans
  Itamar 9da9398bf0 LibCpp: Do macro substitution in the preprocessor instead of the parser il y a 3 ans
  Itamar 0c4dc00f01 LibCpp: Import definitions from headers while processing il y a 3 ans
  Itamar 4673a517f6 LibCpp: Do lexing in the Preprocessor il y a 3 ans
  Ali Mohammad Pur dc68c765b7 LibCpp: Correctly parse lines that end in '\' il y a 4 ans
  Itamar 0522a4360b LibCpp: Add option in Preprocessor to keep #include's in processed text il y a 4 ans
  Itamar 14e0011825 LibCpp: Make Preprocessor::handle_preprocessor_line return keyword il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Vyacheslav Pukhanov 0b5d414eba LibCpp: Add preprocessor option to ignore unsupported keywords il y a 4 ans
  Itamar 8688259ed9 LanguageServers/Cpp: Support jumping to declaration of preprocessor il y a 4 ans
  Itamar 7bf6eca9d8 LanguageServers/Cpp: Complete Preprocessor definitions il y a 4 ans
  Itamar 3658c4c567 LibCpp: Replace defined preprocessor values when parsing il y a 4 ans
  Itamar 289c466fef LibCpp: Don't crash on an empty '#' line il y a 4 ans