[clang-tools-extra] r207364 - Now with correct -disable-checks=
    Alexander Kornienko 
    alexfh at google.com
       
    Sun Apr 27 08:37:30 PDT 2014
    
    
  
Author: alexfh
Date: Sun Apr 27 10:37:29 2014
New Revision: 207364
URL: http://llvm.org/viewvc/llvm-project?rev=207364&view=rev
Log:
Now with correct -disable-checks=
Modified:
    clang-tools-extra/trunk/test/clang-tidy/static-analyzer.cpp
Modified: clang-tools-extra/trunk/test/clang-tidy/static-analyzer.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/static-analyzer.cpp?rev=207364&r1=207363&r2=207364&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/static-analyzer.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/static-analyzer.cpp Sun Apr 27 10:37:29 2014
@@ -1,4 +1,4 @@
-// RUN: clang-tidy %s -checks='clang-analyzer-.*' -disable-checks='' -- | FileCheck %s
+// RUN: clang-tidy %s -checks='clang-analyzer-.*' -disable-checks='alpha' -- | FileCheck %s
 extern void *malloc(unsigned long);
 extern void free(void *);
 
    
    
More information about the cfe-commits
mailing list