llvm-project/clang/test/Format
Joachim Meyer c755e41c33 Fix -Wno-error= parsing in clang-format.
As noted in https://reviews.llvm.org/D86137#2460135 parsing of
the clang-format parameter -Wno-error=unknown fails.
This currently is done by having `-Wno-error=unknown` as an option.
In this patch this is changed to make `-Wno-error=` parse an enum into a bit set.
This way the parsing is fixed and also we can possibly add new options easily.

Reviewed By: MyDeveloperDay

Differential Revision: https://reviews.llvm.org/D93459
2020-12-17 22:23:42 +01:00
..
adjust-indent.cpp
basic.cpp
cursor.cpp
disable-format.cpp
disable-include-sorting.cpp
dry-run-alias.cpp [clang-format] Proposal for clang-format to give compiler style warnings 2019-10-13 14:51:45 +00:00
dry-run.cpp [clang-format] Proposal for clang-format to give compiler style warnings 2019-10-13 14:51:45 +00:00
dump-config-cxx.h
dump-config-list-override.cpp [clang-format] Add a test showing the current config file list parsing 2020-09-04 16:57:46 +01:00
dump-config-objc.h
error-config.cpp Fix -Wno-error= parsing in clang-format. 2020-12-17 22:23:42 +01:00
incomplete.cpp
inplace.cpp
language-detection.cpp
line-ranges.cpp
lit.local.cfg
multiple-inputs-error.cpp
multiple-inputs-inplace.cpp
multiple-inputs.cpp
ranges.cpp
remove-duplicate-includes.cpp
style-on-command-line.cpp Re-land Remove REQUIRES:shell from tests that pass for me on Windows 2019-09-10 20:15:45 +00:00
verbose.cpp
xmloutput.cpp