r283537 - Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"
Bill Seurer via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 7 13:33:39 PDT 2016
On 10/07/16 05:56, Artem Dergachev via cfe-commits wrote:
> Author: dergachev
> Date: Fri Oct 7 05:56:44 2016
> New Revision: 283537
>
> URL: http://llvm.org/viewvc/llvm-project?rev=283537&view=rev
One of these recent changes introduced a problem in sanitizer testing.
/home/seurer/llvm/build/llvm-test2/bin/clang++ -DCLANG_ENABLE_ARCMT
-DCLANG_ENABLE_OBJC_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER
-DGTEST_HAS_RTTI=0 -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/home/seurer/llvm/build/llvm-test/tools/clang/lib/StaticAnalyzer/Core
-I/home/seurer/llvm/llvm-test/tools/clang/lib/StaticAnalyzer/Core
-I/home/seurer/llvm/llvm-test/tools/clang/include
-I/home/seurer/llvm/build/llvm-test/tools/clang/include
-I/home/seurer/llvm/build/llvm-test/include
-I/home/seurer/llvm/llvm-test/include -gmlt -fPIC
-fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
-Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor
-Wdelete-non-virtual-dtor -Werror -Werror=date-time -std=c++11
-ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual
-Wno-nested-anon-types -O3 -UNDEBUG -fno-exceptions -fno-rtti -o
CMakeFiles/clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o -c
/home/seurer/llvm/llvm-test/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
/home/seurer/llvm/llvm-test/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp:388:11:
error: enumeration value 'Note' not handled in switch [-Werror,-Wswitch]
switch (P.getKind()) {
^
1 error generated.
--
-Bill Seurer
More information about the cfe-commits
mailing list