commit | 56312f5ad539872ff20ccf72c7d35028ad539835 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <[email protected]> | Fri Jun 16 01:57:41 2017 |
committer | Eric Fiselier <[email protected]> | Fri Jun 16 01:57:41 2017 |
tree | 2afde2f2edfb511d0c0d3142cbcd40fbf8335a48 | |
parent | 4d76da4fc931746ade1d016d956644d7d70fd97c [diff] |
Allow the libc++ C header wrappers to be included when compiling C. C99 at least. C89 still fails due to the use of block comments. NOTE: Having libc++ on the include path when compiling C is not recommended or ever really supported. However it happens often enough that this change is warrented. llvm-svn: 305539