This patch 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.
Details
Details
- Reviewers
bob.wilson t.p.northover steven_wu - Commits
- rG9229d332bfc4: [Frontend] Add a predefined macro that describes the Objective-C bool type
rC287529: [Frontend] Add a predefined macro that describes the Objective-C bool type
rL287529: [Frontend] Add a predefined macro that describes the Objective-C bool type
Diff Detail
Diff Detail
- Repository
- rL LLVM