Rename //explorer/common to base (#3103)

Renaming per #3100
This commit is contained in:
Jon Ross-Perkins
2023-08-15 19:23:23 +00:00
committed by GitHub
parent a6ba7827cd
commit 357baaeef8
80 changed files with 194 additions and 194 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
#include "explorer/ast/expression.h"
#include "explorer/ast/impl_binding.h"
#include "explorer/ast/value.h"
#include "explorer/common/arena.h"
#include "explorer/common/error_builders.h"
#include "explorer/base/arena.h"
#include "explorer/base/error_builders.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Casting.h"