[all-commits] [llvm/llvm-project] 009189: [clang-format] Undo the change to TestLexer() in c...
Owen Pan via All-commits
all-commits at lists.llvm.org
Sun Feb 11 22:51:34 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00918933fc4e181fe3c74006d81d7a598c2227b3
https://github.com/llvm/llvm-project/commit/00918933fc4e181fe3c74006d81d7a598c2227b3
Author: Owen Pan <owenpiano at gmail.com>
Date: 2024-02-11 (Sun, 11 Feb 2024)
Changed paths:
M clang/unittests/Format/TestLexer.h
Log Message:
-----------
[clang-format] Undo the change to TestLexer() in commit 32e65b0b8a74
We can't skip calling getFormattingLangOpts() because LangOpts is not
initialized in the unit tests.
More information about the All-commits
mailing list