summaryrefslogtreecommitdiffstats
path: root/lib/clang/include
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade our Clang in base to r108428.ed2010-07-2010-105/+36
| | | | | | | | | This commit merges the latest LLVM sources from the vendor space. It also updates the build glue to match the new sources. Clang's version number is changed to match LLVM's, which means /usr/include/clang/2.0 has been renamed to /usr/include/clang/2.8. Obtained from: projects/clangbsd
* Disable usage of posix_spawn() inside LLVM.ed2010-06-131-1/+1
| | | | | | | | | Even though it's nice to use posix_spawn() instead of manually using fork()/exec(), it's better to disable this. FreeBSD 7 doesn't support this interface. When enabled, we can't build tblgen, which prevents us from building FreeBSD 9 on 7. Tested by: raj
* Disable usage of __DATE__.ed2010-06-101-1/+1
| | | | | This ensures that the Clang binary doesn't change checksums every time it's built.
* Import the build makefiles for clang/LLVM.rdivacky2010-06-0970-0/+1014
Approved by: ed (mentor)
OpenPOWER on IntegriCloud