Shell+LibCodeComprehension: Start replacing {Deprecated => }String

This starts by switching all AST members to Strings, and dealing with
the fallout.
This commit is contained in:
Ali Mohammad Pur 2023-02-18 10:15:08 +03:30 committed by Ali Mohammad Pur
commit beeb58bd93
Notes: sideshowbarker 2024-07-17 05:13:53 +09:00
12 changed files with 625 additions and 581 deletions

View file

@ -6,6 +6,7 @@
#pragma once
#include "AST.h"
#include "NodeVisitor.h"
#include <AK/DeprecatedString.h>
#include <AK/Forward.h>