[PATCH] D77311: clang-format: [JS] detect C++ keywords.

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 2 08:39:09 PDT 2020


jfb added a comment.

Some of these are technically "future reserved keywords": https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#Keywords

Wouldn't it be better to list all of JS's keywords at this point?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77311/new/

https://reviews.llvm.org/D77311





More information about the cfe-commits mailing list