[clang] 4803ba9 - [clang][Interp] Remove expected-no-directives lines

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 11 01:54:44 PDT 2023


Author: Timm Bäder
Date: 2023-10-11T10:54:04+02:00
New Revision: 4803ba9ecbfcc9cd4be4d2ff4736ca510bd2ebd1

URL: https://github.com/llvm/llvm-project/commit/4803ba9ecbfcc9cd4be4d2ff4736ca510bd2ebd1
DIFF: https://github.com/llvm/llvm-project/commit/4803ba9ecbfcc9cd4be4d2ff4736ca510bd2ebd1.diff

LOG: [clang][Interp] Remove expected-no-directives lines

We now always have expected output.

Added: 
    

Modified: 
    clang/test/AST/Interp/intap.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/AST/Interp/intap.cpp b/clang/test/AST/Interp/intap.cpp
index ba9f28f2da4ab05..8fe65a69a4fee8d 100644
--- a/clang/test/AST/Interp/intap.cpp
+++ b/clang/test/AST/Interp/intap.cpp
@@ -90,10 +90,4 @@ namespace i128 {
                                            // expected-error {{must be initialized by a constant expression}} \
                                            // expected-note {{is outside the range of representable values of type}}
 }
-
-#else
-/// No int128 support, so no expected directives.
-
-// expected-no-diagnostics
-// ref-no-diagnostics
 #endif


        


More information about the cfe-commits mailing list