summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Analysis/FormatString.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge LLVM 8.0.0 release.patrick2019-06-231-962/+0
| | | | | | | | | 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-5/+5
| | | | | 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-0/+9
| | | | | | 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@
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-241-6/+21
| | | | development effort on OpenBSD/arm64.
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-141-6/+37
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+907
ok hackroom@