[all-commits] [llvm/llvm-project] 117d79: [clang-format] Don't skip #else/#elif of #if 0
Owen via All-commits
all-commits at lists.llvm.org
Wed Nov 2 13:33:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 117d792f35e6f84f2f29183408284c7e1cc838e7
https://github.com/llvm/llvm-project/commit/117d792f35e6f84f2f29183408284c7e1cc838e7
Author: Owen Pan <owenpiano at gmail.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Don't skip #else/#elif of #if 0
Fixes #58188.
Differential Revision: https://reviews.llvm.org/D137052
More information about the All-commits
mailing list