summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/clang/lib/Sema
Commit message (Collapse)AuthorAgeFilesLines
...
* Pull in r144110 from upstream clang trunk:dim2011-11-191-8/+0
| | | | | | | | | | Mark the overloaded atomic builtins as having custom type checking, which they do. This avoids all of the default argument promotions that we (1) don't want, and (2) undo during that custom type checking, and makes sure that we don't run into trouble during template instantiation. Fixes llvm/clang PR11320. MFC after: 1 week
* Upgrade our copy of llvm/clang to r142614, from upstream's release_30dim2011-10-2238-6530/+13416
| | | | | | | branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
* Upgrade our copy of llvm/clang to r135360, from upstream's trunk.dim2011-07-1732-4240/+9239
|
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.dim2011-06-1227-1412/+5106
|
* Upgrade our copy of llvm/clang to r130700, from upstream's trunk.dim2011-05-0237-4191/+9350
|
* Update llvm/clang to trunk r126547.dim2011-02-2722-847/+1766
| | | | | | | | | | | | | | There are several bugfixes in this update, but the most important one is to ensure __start_ and __stop_ symbols for linker sets and kernel module metadata are always emitted in object files: http://llvm.org/bugs/show_bug.cgi?id=9292 Before this fix, if you compiled kernel modules with clang, they would not be properly processed by kldxref, and if they had any dependencies, the kernel would fail to load those. Another problem occurred when attempting to mount a tmpfs filesystem, which would result in 'operation not supported by device'.
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-2034-11927/+26120
| | | | | This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
* Actually, check for any kind of "C string type".rdivacky2010-10-131-8/+4
| | | | Approved by: rpaulo (mentor)
* Extend this check for const unsigned char *.rdivacky2010-10-131-2/+6
| | | | Approved by: rpaulo (mentor)
* Remove more unneeded files and directories from contrib/llvm. Thisdim2010-10-112-58/+0
| | | | | | | still allows us to build tblgen and clang, and further reduces the footprint in the tree. Approved by: rpaulo (mentor)
* Upgrade our Clang in base to r114020, from upstream's release_28 branch.dim2010-09-2045-13772/+10193
| | | | Approved-by: rpaulo (mentor)
* Upgrade our Clang in base to r108428.ed2010-07-2033-2750/+5223
| | | | | | | | | 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
* Introduce -fformat-extensions. A local FreeBSD extension usedrdivacky2010-06-101-1/+35
| | | | | | for additional printf modifiers in kernel. Approved by: ed (mentor)
* Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/rdivacky2010-06-0943-0/+88077
in llvm/ and/or llvm/contrib/clang/ respectively. Approved by: ed (mentor) Approved by: core
OpenPOWER on IntegriCloud