summaryrefslogtreecommitdiffstats
path: root/libcxx/src/config_elast.h
Commit message (Collapse)AuthorAgeFilesLines
* Move atomic_support.h and config_elast.h into src/includeEric Fiselier2015-08-181-36/+0
| | | | llvm-svn: 245354
* Reword ELAST warningJF Bastien2015-02-241-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 Albert2015-01-061-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
OpenPOWER on IntegriCloud