summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Sema/SemaChecking.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-031-13933/+0
|
* Merge LLVM 8.0.0 release.patrick2019-06-231-1237/+1515
| | | | | | | | | Prepared with help from jsg@ and mortimer@ Tested on amd64 by bcallah@, krw@, naddy@ Tested on arm64 by patrick@ Tested on macppc by kettenis@ Tested on octeon by visa@ Tested on sparc64 by claudio@
* Merge LLVM 7.0.1 release.patrick2019-01-271-785/+1914
| | | | | With fixes from mortimer@ (thanks!) Tested by many, especially naddy@ (thanks!)
* The %b printf extension in the kernel is not fixed to a int type. On sparc64claudio2018-12-291-11/+25
| | | | | | there are various %llb formats. Adjust the code to handle the length specifiers and type check like it is used by the regular case. OK guenther@
* Merge LLVM 6.0.0 release.patrick2018-04-061-485/+796
|
* Merge LLVM 5.0.0 release.patrick2017-10-041-125/+381
|
* Actually enable the kprintf format attribute.kettenis2017-08-071-3/+4
| | | | ok florian@
* teach clang about our syslog format attributerobert2017-07-271-2/+3
| | | | ok deraadt@
* Import LLVM 4.0.0 release including clang and lld.patrick2017-03-141-12/+22
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-241-226/+1027
| | | | development effort on OpenBSD/arm64.
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-141-450/+1661
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+9921
ok hackroom@