This revision was automatically updated to reflect the committed changes.
Closed by commit rG92201505cdec: clang-format: [JS] handle pseudo-keywords.
(authored by mprobst).
Changed prior to commit:
https://reviews.llvm.org/D77548?vs=255314&id=255357#toc
Repository:
rG LLVM Github Monorepo
C
krasimir accepted this revision.
krasimir added a comment.
This revision is now accepted and ready to land.
Looks good! The linter suggests a few formatting fixes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77548/new/
https://reviews.llvm.org/D7
mprobst created this revision.
mprobst added a reviewer: krasimir.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
The previous change in https://reviews.llvm.org/D77311 attempted to
detect more C++ keywords. However it also precisely detected all
JavaScript keywords. That's