[clang] 6f21ada - [analyzer][NFC] Fix test failures for builds w/o assertions

Valeriy Savchenko via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 15 05:38:56 PST 2021


Author: Valeriy Savchenko
Date: 2021-02-15T16:38:15+03:00
New Revision: 6f21adac6dd7082f7231ae342d40ed04f4885e79

URL: https://github.com/llvm/llvm-project/commit/6f21adac6dd7082f7231ae342d40ed04f4885e79
DIFF: https://github.com/llvm/llvm-project/commit/6f21adac6dd7082f7231ae342d40ed04f4885e79.diff

LOG: [analyzer][NFC] Fix test failures for builds w/o assertions

Added: 
    

Modified: 
    clang/test/Analysis/reinterpret-cast-pointer-to-member.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Analysis/reinterpret-cast-pointer-to-member.cpp b/clang/test/Analysis/reinterpret-cast-pointer-to-member.cpp
index 1631be70da3e..c457d2230ddd 100644
--- a/clang/test/Analysis/reinterpret-cast-pointer-to-member.cpp
+++ b/clang/test/Analysis/reinterpret-cast-pointer-to-member.cpp
@@ -1,5 +1,5 @@
 // RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -verify %s
-// XFAIL: *
+// XFAIL: asserts
 
 void clang_analyzer_eval(bool);
 


        


More information about the cfe-commits mailing list