From 45b533945f0851ec234ca846e1af5ee1e4df0b6e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 30 Dec 2015 11:49:41 +0000 Subject: Vendor import of clang trunk r256633: https://llvm.org/svn/llvm-project/cfe/trunk@256633 --- test/Modules/Inputs/builtin_sub.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Modules/Inputs/builtin_sub.h') diff --git a/test/Modules/Inputs/builtin_sub.h b/test/Modules/Inputs/builtin_sub.h index 79e3c0332597..5752ef984e94 100644 --- a/test/Modules/Inputs/builtin_sub.h +++ b/test/Modules/Inputs/builtin_sub.h @@ -2,3 +2,4 @@ int getBos1(void) { return __builtin_object_size(p, 0); } +#define IS_CONST(x) __builtin_constant_p(x) -- cgit v1.2.3