[PATCH] D77311: clang-format: [JS] detect C++ keywords.
Martin Probst via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 3 03:43:52 PDT 2020
mprobst added a comment.
Thanks for the feedback. Indeed, whitelisting the JS keywords is better, but we still needed a way to blacklist all C++ keywords then - Krasimir's suggestion with the #include did the trick, thanks.
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