Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the builtin headers to use the new license file header. | Chandler Carruth | 2019-04-08 | 1 | -17/+3 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Intercept __crt_va_* used by MSVC "14" | Reid Kleckner | 2014-11-20 | 1 | -0/+16 |
| | | | | | | | Moving further into the implementor's namespace is good, but now we have one more name to intercept. llvm-svn: 222473 | ||||
* | vadefs.h: be even more conservative and only define the macros if already ↵ | Hans Wennborg | 2014-10-14 | 1 | -4/+3 |
| | | | | | | defined llvm-svn: 219745 | ||||
* | MS Compat: interpose vadefs.h to fix definitions of _crt_va_{start,end,arg} ↵ | Hans Wennborg | 2014-10-14 | 1 | -0/+50 |
(PR21247) Differential revision: http://reviews.llvm.org/D5784 llvm-svn: 219740 |