Add #include "swift/Basic/Assertions.h" to a lot of source files

Although I don't plan to bring over new assertions wholesale
into the current qualification branch, it's entirely possible
that various minor changes in main will use the new assertions;
having this basic support in the release branch will simplify that.
(This is why I'm adding the includes as a separate pass from
rewriting the individual assertions)
This commit is contained in:
Tim Kientzle
2024-01-12 08:51:01 -08:00
parent 75d60aff4e
commit 1d961ba22d
726 changed files with 733 additions and 7 deletions

View File

@@ -12,6 +12,7 @@
#include "swift/IDETool/CompilerInvocation.h"
#include "swift/Basic/Assertions.h"
#include "swift/Driver/FrontendUtil.h"
#include "swift/Frontend/Frontend.h"
#include "clang/AST/DeclObjC.h"