Yep, should be fixed already.

I had to split the commit into senseless parts because microsoft compiler was 
crashing and it wasn't obvious (to anybody who tried to look into this) which 
part of the commit might have caused that. Now the complete commit has finally 
landed.

Sorry for the trouble.

7 октября 2016 г. 23:33:39 GMT+03:00, Bill Seurer <seu...@linux.vnet.ibm.com> 
пишет:
>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.

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to