[all-commits] [llvm/llvm-project] 1d0354: [clang-format][NFC] Remove redundant semi
Björn Schäpers via All-commits
all-commits at lists.llvm.org
Sat Feb 26 12:23:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d03548f63add672b4adf03360e396eba852bce5
https://github.com/llvm/llvm-project/commit/1d03548f63add672b4adf03360e396eba852bce5
Author: Björn Schäpers <bjoern at hazardy.de>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format][NFC] Remove redundant semi
All "calls" have a semi, as they should, remove the one from the macro.
Differential Revision: https://reviews.llvm.org/D120359
Commit: a74ff3ac2edcb631ef78d41c12da7c2641ff2e15
https://github.com/llvm/llvm-project/commit/a74ff3ac2edcb631ef78d41c12da7c2641ff2e15
Author: Björn Schäpers <bjoern at hazardy.de>
Date: 2022-02-26 (Sat, 26 Feb 2022)
Changed paths:
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format][NFC] Rename test and remove comments
Why put "InMacros" in the name? We test other things to, and I will add
more, withut macros.
Also all our tests are regression tests.
Differential Revision: https://reviews.llvm.org/D120401
Compare: https://github.com/llvm/llvm-project/compare/1de11fe36000...a74ff3ac2edc
More information about the All-commits
mailing list