[all-commits] [llvm/llvm-project] a95d4b: [clang-format] Annotate do while while
Björn Schäpers via All-commits
all-commits at lists.llvm.org
Fri Oct 20 12:46:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a95d4b795018199c1ed18f518f940b3a57b2e98a
https://github.com/llvm/llvm-project/commit/a95d4b795018199c1ed18f518f940b3a57b2e98a
Author: Björn Schäpers <bjoern at hazardy.de>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M clang/lib/Format/FormatToken.h
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Annotate do while while
So we can differentiate on the while keyword between a do-while-loop and
a normal while-loop.
More information about the All-commits
mailing list