[PATCH] D40167: In stdbool.h, define bool, false, true only in gnu++98

2017-12-08 Thread Stephan Bergmann via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC320135: In stdbool.h, define bool, false, true only in gnu++98 (authored by sberg). Changed prior to commit: https://reviews.llvm.org/D40167?vs=123296=126095#toc Repository: rC Clang

[PATCH] D40167: In stdbool.h, define bool, false, true only in gnu++98

2017-11-17 Thread Stephan Bergmann via Phabricator via cfe-commits
sberg added a comment. (This code had been introduced with http://llvm.org/viewvc/llvm-project?view=revision=115028 "Define _Bool, bool, true, and false macros in when we're in a GNU-compatible C++ dialect. Fixes rdar://problem/8477819" mentioning: "Fixes rdar://problem/8477819." But I