From e40fe37c43bf9d517529e6d3e5d3e8db3c88d1ff Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Sat, 1 Aug 2015 05:31:56 +0000 Subject: Use the reserved keyword spelling of 'typeof' No functional change intended, just a drive-by cleanup. llvm-svn: 243826 --- clang/test/CodeGenCXX/exceptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGenCXX/exceptions.cpp') diff --git a/clang/test/CodeGenCXX/exceptions.cpp b/clang/test/CodeGenCXX/exceptions.cpp index e8f6c7996a1..d6b5942dd23 100644 --- a/clang/test/CodeGenCXX/exceptions.cpp +++ b/clang/test/CodeGenCXX/exceptions.cpp @@ -1,6 +1,6 @@ // RUN: %clang_cc1 %s -triple=x86_64-linux-gnu -emit-llvm -o - -fcxx-exceptions -fexceptions | FileCheck %s -typedef typeof(sizeof(0)) size_t; +typedef __typeof(sizeof(0)) size_t; // This just shouldn't crash. namespace test0 { -- cgit v1.2.3