[all-commits] [llvm/llvm-project] 1cb3cf: [clang-format] [NFC] build clang-format with -Wall
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Tue Nov 23 02:44:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1cb3cfd932a0f26e5bfc5d944f63239242fa8ec3
https://github.com/llvm/llvm-project/commit/1cb3cfd932a0f26e5bfc5d944f63239242fa8ec3
Author: mydeveloperday <mydeveloperday at gmail.com>
Date: 2021-11-23 (Tue, 23 Nov 2021)
Changed paths:
M clang/lib/Format/FormatTokenLexer.cpp
Log Message:
-----------
[clang-format] [NFC] build clang-format with -Wall
When building clang-format with -Wall on Visual Studio 20119 we see the following, prevent this the only -Wall error
```
..FormatTokenLexer.cpp(45) : warning C4868: compiler may not enforce left-to-right evaluation order in braced initializer list
```
Reviewed By: HazardyKnusperkeks
Differential Revision: https://reviews.llvm.org/D113844
More information about the All-commits
mailing list