]> granicus.if.org Git - clang/commit
Define _Bool, bool, true, and false macros in <stdbool.h> when we're
authorDouglas Gregor <dgregor@apple.com>
Wed, 29 Sep 2010 04:57:11 +0000 (04:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 29 Sep 2010 04:57:11 +0000 (04:57 +0000)
commit593770b4bac904cdb9bf46ab3d166b0800c7a9f4
treed3d7d0aca683b0cd28628734bbd29a83b57c2c28
parente80622fd48261b6e5c7e6629dcfee2f76b124487
Define _Bool, bool, true, and false macros in <stdbool.h> when we're
in a GNU-compatible C++ dialect. Fixes <rdar://problem/8477819>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115028 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/stdbool.h
test/Headers/stdbool.cpp [new file with mode: 0644]