[all-commits] [llvm/llvm-project] e70880: [clang-format] Support TypeScript override keyword
Jan Kühle via All-commits
all-commits at lists.llvm.org
Wed Aug 25 05:13:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e708808f875f58344ecaad66d9e6e167ca7ac90a
https://github.com/llvm/llvm-project/commit/e708808f875f58344ecaad66d9e6e167ca7ac90a
Author: Jan Kuehle <jankuehle at google.com>
Date: 2021-08-25 (Wed, 25 Aug 2021)
Changed paths:
M clang/lib/Format/FormatToken.h
M clang/lib/Format/TokenAnnotator.cpp
M clang/lib/Format/UnwrappedLineFormatter.cpp
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/FormatTestJS.cpp
Log Message:
-----------
[clang-format] Support TypeScript override keyword
TypeScript 4.3 added a new "override" keyword for class members. This
lets clang-format know about it, so it can format code using it
properly.
Reviewed By: krasimir
Differential Revision: https://reviews.llvm.org/D108692
More information about the All-commits
mailing list