| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955
llvm-svn: 342073
|
| |
|
|
|
|
| |
rdar://problem/19988944
llvm-svn: 338933
|
| |
|
|
|
|
| |
init, and add test.
llvm-svn: 321851
|
| |
|
|
| |
llvm-svn: 321850
|
| |
|
|
| |
llvm-svn: 306083
|
| |
|
|
| |
llvm-svn: 305365
|
| |
|
|
|
|
| |
transform_exclusive_scan. Reviewed as https://reviews.llvm.org/D34038.
llvm-svn: 305136
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
This patch improves how libc++ handles min/max macros within the headers. Previously libc++ would undef them and emit a warning.
This patch changes libc++ to use `#pragma push_macro` to save the macro before undefining it, and `#pragma pop_macro` to restore the macros and the end of the header.
Reviewers: mclow.lists, bcraig, compnerd, EricWF
Reviewed By: EricWF
Subscribers: cfe-commits, krytarowski
Differential Revision: https://reviews.llvm.org/D33080
llvm-svn: 304357
|
| |
|
|
|
|
|
|
|
|
|
| |
This patch fixes the test failures and unexpected passes that occur
when testing against GCC 7. Specifically:
* don't mark __gcd as always inline because it's a recursive function. GCC diagnoses this.
* don't XFAIL the aligned allocation tests. GCC 7 supports them but not the -faligned-allocation option.
* Work around gcc.gnu.org/PR78489 in variants constructors.
llvm-svn: 302488
|
| |
|
|
| |
llvm-svn: 294779
|
| |
|
|
| |
llvm-svn: 294393
|
| |
|
|
|
|
| |
last week in Issaquah
llvm-svn: 286858
|
| |
|
|
| |
llvm-svn: 276751
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
An evil user might overload operator comma. Use a void cast to make sure any user overload is not selected.
Modify all the test iterators to define operator comma.
Reviewers: danalbert, mclow.lists
Reviewed By: mclow.lists
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D5929
llvm-svn: 220706
|
| |
|
|
|
|
| |
std::adjacent_difference. Fixed.
llvm-svn: 189036
|
| |
|
|
| |
llvm-svn: 142732
|
| |
|
|
| |
llvm-svn: 142235
|
| |
|
|
| |
llvm-svn: 119395
|
| |
|
|
| |
llvm-svn: 104719
|
| |
|
|
| |
llvm-svn: 103516
|
|
|
llvm-svn: 103490
|