summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/objc-bool-is-bool.m
Commit message (Collapse)AuthorAgeFilesLines
* [Frontend] The macro that describes the Objective-C bool type shouldAlex Lorenz2017-01-201-3/+3
| | | | | | | | | | be defined for non Objective-C code as well rdar://29794915 Differential Revision: https://reviews.llvm.org/D28349 llvm-svn: 292617
* [Frontend] Add a predefined macro that describes the Objective-C bool typeAlex Lorenz2016-11-211-0/+13
This commit adds a new predefined macro named __OBJC_BOOL_IS_BOOL that describes the Objective-C boolean type: its value is zero if the Objective-C boolean uses the signed character type, otherwise its value is one as the Objective-C boolean uses the builtin boolean type. rdar://21170440 Differential Revision: https://reviews.llvm.org/D26234 llvm-svn: 287529
OpenPOWER on IntegriCloud