| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
These all had somewhat custom file headers with different text from the
ones I searched for previously, and so I missed them. Thanks to Hal and
Kristina and others who prompted me to fix this, and sorry it took so
long.
Reviewers: hfinkel
Subscribers: mcrosier, javed.absar, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D60406
llvm-svn: 357941
|
|
|
|
|
|
|
|
|
| |
for C99 is '199901L' and we shouldn't be comparing it with anything
else.
Neither of these should have had any impact in practice.
llvm-svn: 201738
|
|
|
|
|
|
|
| |
This was broken because __has_include_next(...) would not be valid in a
preprocessor condition if __has_include_next is not defined.
llvm-svn: 201731
|
|
|
|
|
|
| |
Add tests for limits.h, not just [U]LLONG_{MIN,MAX}.
llvm-svn: 193506
|
|
|
|
|
|
|
|
| |
these should be in stdint.h - and they already are.
Fixes rdar://10097036.
llvm-svn: 139332
|
|
|
|
|
|
|
| |
WCHAR_MAX in limits.h, thus solving the problem where the system header
thinks it knows better.
llvm-svn: 135455
|
|
|
|
|
|
|
|
| |
include_next when not hosted or unavailable. This follows the pattern in
stdint.h and allows these headers to work even in a freestanding configuration
without a standard library.
llvm-svn: 119343
|
|
|
|
| |
llvm-svn: 90879
|
|
|
|
|
|
|
|
| |
extensions.
rdar://6740292
llvm-svn: 68169
|
|
|
|
|
|
|
|
|
| |
_GCC_LIMITS_H_ is defined, when __GNUC__ is defined.
Also, we need to stay away from possible conflicts with header guards.
We should use CLANG_ to prefix all header guards.
llvm-svn: 64408
|
|
|
|
|
|
|
|
| |
don't typecast CHAR_MIN to char, this makes it not a PP constant
and gives it the wrong unpromoted type. Thanks to Sebastian for
pointing this out!
llvm-svn: 63980
|
|
|
|
| |
llvm-svn: 63977
|
|
|
|
| |
llvm-svn: 63947
|
|
llvm-svn: 63945
|