Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: src/ast/ast-expression-visitor.cc

Issue 1481613002: Create ast/ and parsing/ subdirectories and move appropriate files (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ast/ast-expression-visitor.h ('k') | src/ast/ast-literal-reindexer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/ast-expression-visitor.cc
diff --git a/src/ast-expression-visitor.cc b/src/ast/ast-expression-visitor.cc
similarity index 99%
rename from src/ast-expression-visitor.cc
rename to src/ast/ast-expression-visitor.cc
index b24abae24f1f220062ffda8d610a4ed36b4fe015..a5e094066f0f5a4017310cd97314f3463a445c9d 100644
--- a/src/ast-expression-visitor.cc
+++ b/src/ast/ast-expression-visitor.cc
@@ -4,11 +4,11 @@
#include "src/v8.h"
-#include "src/ast-expression-visitor.h"
+#include "src/ast/ast-expression-visitor.h"
-#include "src/ast.h"
+#include "src/ast/ast.h"
+#include "src/ast/scopes.h"
#include "src/codegen.h"
-#include "src/scopes.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/ast/ast-expression-visitor.h ('k') | src/ast/ast-literal-reindexer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698