Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move extern C include test into test/libcxx | Eric Fiselier | 2016-04-29 | 1 | -43/+0 |
| | | | | llvm-svn: 267983 | ||||
* | Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98. | Richard Smith | 2015-10-13 | 1 | -0/+43 |
Previously, this resulted in us declaring a template for static_assert emulation within the 'extern "C"' context, which is ill-formed. llvm-svn: 250247 |