]> granicus.if.org Git - clang/commitdiff
Test commit
authorTaewook Oh <twoh@fb.com>
Fri, 3 Jun 2016 18:27:39 +0000 (18:27 +0000)
committerTaewook Oh <twoh@fb.com>
Fri, 3 Jun 2016 18:27:39 +0000 (18:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271701 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Builtins.def

index 532fa8f755dfe0ef33f1a5216405d33cb5952a9d..5551d34847a4dfb7fc5a9833de5f38ac0502480d 100644 (file)
@@ -790,6 +790,7 @@ LIBBUILTIN(isxdigit, "ii", "fnU", "ctype.h", ALL_LANGUAGES)
 LIBBUILTIN(tolower, "ii", "fnU", "ctype.h", ALL_LANGUAGES)
 LIBBUILTIN(toupper, "ii", "fnU", "ctype.h", ALL_LANGUAGES)
 
+
 // C99
 // In some systems setjmp is a macro that expands to _setjmp. We undefine
 // it here to avoid having two identical LIBBUILTIN entries.