| commit | f157e47fb81d4d70f018e692f28e62ca6a65c320 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Oct 13 23:12:22 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Oct 13 23:12:22 2015 +0000 |
| tree | e775e9930362e5fd1adb1b482164da72bd2dae1e | |
| parent | 658beb930e5b637253fe6b2aa071a830ec0431e1 [diff] |
Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98. Previously, this resulted in us declaring a template for static_assert emulation within the 'extern "C"' context, which is ill-formed. llvm-svn: 250247