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

Unified Diff: tools/gn/token.h

Issue 591373002: gn: start of format command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-more-comment-stuff
Patch Set: ignore blockcomment in list eval Created 6 years, 3 months 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
Index: tools/gn/token.h
diff --git a/tools/gn/token.h b/tools/gn/token.h
index 9b8dd5d2e9869995f981fd82b798d78195eddee6..81a9b4a5f3e3921bce956e9e21e11c4ff959e7dc 100644
--- a/tools/gn/token.h
+++ b/tools/gn/token.h
@@ -49,6 +49,7 @@ class Token {
// to one below)
LINE_COMMENT, // #...\n on a line alone.
SUFFIX_COMMENT, // #...\n on a line following other code.
+ BLOCK_COMMENT, // #...\n line comment, but free-standing.
UNCLASSIFIED_OPERATOR,
« tools/gn/parse_tree.cc ('K') | « tools/gn/parser_unittest.cc ('k') | tools/gn/tokenizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698