Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: test/Preprocessor/init.c

Issue 184973004: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-clang.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/Lexer/has_feature_cxx0x.cpp ('k') | test/SemaCXX/cxx11-inheriting-ctors.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Preprocessor/init.c
diff --git a/test/Preprocessor/init.c b/test/Preprocessor/init.c
index 9671f7e23293b3b3f6749ac7d07a5e82f049ef23..95f169fb9b88f54814457e79b40a6820a3ec5224 100644
--- a/test/Preprocessor/init.c
+++ b/test/Preprocessor/init.c
@@ -8,17 +8,7 @@
// BLOCKS:#define __BLOCKS__ 1
// BLOCKS:#define __block __attribute__((__blocks__(byref)))
//
-//
-// RUN: %clang_cc1 -x c++ -std=c++1y -E -dM < /dev/null | FileCheck -check-prefix CXX1Y %s
-//
-// CXX1Y:#define __GNUG__
-// CXX1Y:#define __GXX_EXPERIMENTAL_CXX0X__ 1
-// CXX1Y:#define __GXX_RTTI 1
-// CXX1Y:#define __GXX_WEAK__ 1
-// CXX1Y:#define __cplusplus 201305L
-// CXX1Y:#define __private_extern__ extern
-//
-//
+//
// RUN: %clang_cc1 -x c++ -std=c++11 -E -dM < /dev/null | FileCheck -check-prefix CXX11 %s
//
// CXX11:#define __GNUG__
@@ -77,14 +67,6 @@
// FREESTANDING:#define __STDC_HOSTED__ 0
//
//
-// RUN: %clang_cc1 -x c++ -std=gnu++1y -E -dM < /dev/null | FileCheck -check-prefix GXX1Y %s
-//
-// GXX1Y:#define __GNUG__
-// GXX1Y:#define __GXX_WEAK__ 1
-// GXX1Y:#define __cplusplus 201305L
-// GXX1Y:#define __private_extern__ extern
-//
-//
// RUN: %clang_cc1 -x c++ -std=gnu++11 -E -dM < /dev/null | FileCheck -check-prefix GXX11 %s
//
// GXX11:#define __GNUG__
« no previous file with comments | « test/Lexer/has_feature_cxx0x.cpp ('k') | test/SemaCXX/cxx11-inheriting-ctors.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698