Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move atomic_support.h and config_elast.h into src/include | Eric Fiselier | 2015-08-18 | 1 | -36/+0 |
| | | | | llvm-svn: 245354 | ||||
* | Reword ELAST warning | JF Bastien | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Summary: GCC emits a pretty amusing warning when there are apostrophes in a #warning: ```warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]``` Reword the warning to avoid this, and be more consistent with other warnings in libc++. Reviewers: danalbert Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D7818 llvm-svn: 230298 | ||||
* | [libcxx] Set _LIBCPP_ELAST for mingw. | Dan Albert | 2015-01-06 | 1 | -0/+36 |
Reviewers: K-ballo, mclow.lists, EricWF Reviewed By: EricWF Subscribers: jfb, jroelofs, majnemer, cfe-commits Differential Revision: http://reviews.llvm.org/D6558 llvm-svn: 225273 |