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
..
2020-04-06 18:58:27 -04:00
2020-07-15 12:05:05 +02:00
2020-03-22 22:49:33 +01:00
2020-07-01 19:20:05 -04:00
2020-12-17 15:39:40 -05:00

See llvm/docs/README.txt