]> granicus.if.org Git - clang/commitdiff
[Title] Revert test commit
authorTaewook Oh <twoh@fb.com>
Fri, 3 Jun 2016 18:30:12 +0000 (18:30 +0000)
committerTaewook Oh <twoh@fb.com>
Fri, 3 Jun 2016 18:30:12 +0000 (18:30 +0000)
Summary: Revert test commit

Trac Bug: #

Blame Rev:

Reviewed By:

Test Plan:

Revert Plan:

Database Impact:

Memcache Impact:

Other Notes:

EImportant:

- begin *PUBLIC* platform impact section -
Bugzilla: #
- end platform impact -

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271702 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Builtins.def

index 5551d34847a4dfb7fc5a9833de5f38ac0502480d..532fa8f755dfe0ef33f1a5216405d33cb5952a9d 100644 (file)
@@ -790,7 +790,6 @@ 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.