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

Unified Diff: src/parsing/expression-classifier.h

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/parser.cc ('k') | src/parsing/func-name-inferrer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/expression-classifier.h
diff --git a/src/expression-classifier.h b/src/parsing/expression-classifier.h
similarity index 98%
rename from src/expression-classifier.h
rename to src/parsing/expression-classifier.h
index 7392a7add8bd3c6ff63a8aba043c66cbfdb52ce8..c9f291a7429543c8b395cbcf348b369dc085c267 100644
--- a/src/expression-classifier.h
+++ b/src/parsing/expression-classifier.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_EXPRESSION_CLASSIFIER_H
-#define V8_EXPRESSION_CLASSIFIER_H
+#ifndef V8_PARSING_EXPRESSION_CLASSIFIER_H
+#define V8_PARSING_EXPRESSION_CLASSIFIER_H
#include "src/messages.h"
-#include "src/scanner.h"
-#include "src/token.h"
+#include "src/parsing/scanner.h"
+#include "src/parsing/token.h"
namespace v8 {
namespace internal {
@@ -301,4 +301,4 @@ class ExpressionClassifier {
} // namespace internal
} // namespace v8
-#endif // V8_EXPRESSION_CLASSIFIER_H
+#endif // V8_PARSING_EXPRESSION_CLASSIFIER_H
« no previous file with comments | « src/parser.cc ('k') | src/parsing/func-name-inferrer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698