summaryrefslogtreecommitdiff
path: root/contrib/llvm/tools/clang/lib/Lex/ScratchBuffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-83/+0
| | | | | | | | | | | | | This uses the new layout of the upstream repository, which was recently migrated to GitHub, and converted into a "monorepo". That is, most of the earlier separate sub-projects with their own branches and tags were consolidated into one top-level directory, and are now branched and tagged together. Updating the vendor area to match this layout is next. Notes: svn path=/head/; revision=355940
* Merge clang trunk r366426, resolve conflicts, and update FREEBSD-Xlist.Dimitry Andric2019-08-211-4/+3
| | | | Notes: svn path=/projects/clang900-import/; revision=351350
* Merge clang trunk r338150, and resolve conflicts.Dimitry Andric2018-07-311-4/+4
| | | | Notes: svn path=/projects/clang700-import/; revision=336979
* Pull in r309503 from upstream clang trunk (by Richard Smith):Dimitry Andric2017-07-301-0/+8
| | | | | | | | | | | | | | | | | PR33902: Invalidate line number cache when adding more text to existing buffer. This led to crashes as the line number cache would report a bogus line number for a line of code, and we'd try to find a nonexistent column within the line when printing diagnostics. This fixes an assertion when building the graphics/champlain port. Reported by: antoine, kwm PR: 219139 Notes: svn path=/head/; revision=321719
* Merge clang trunk r238337 from ^/vendor/clang/dist, resolve conflicts,Dimitry Andric2015-05-271-2/+3
| | | | | | | and preserve our customizations, where necessary. Notes: svn path=/projects/clang-trunk/; revision=283633
* Merge llvm 3.6.0rc1 from ^/vendor/llvm/dist, merge clang 3.6.0rc1 fromDimitry Andric2015-01-251-4/+5
| | | | | | | ^/vendor/clang/dist, resolve conflicts, and cleanup patches. Notes: svn path=/projects/clang360-import/; revision=277718
* Merge clang 3.5.0 release from ^/vendor/clang/dist, resolve conflicts,Dimitry Andric2014-11-241-2/+3
| | | | | | | and preserve our customizations, where necessary. Notes: svn path=/projects/clang350-import/; revision=274969
* Upgrade our copy of llvm/clang to r142614, from upstream's release_30Dimitry Andric2011-10-221-1/+1
| | | | | | | | | | branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week Notes: svn path=/head/; revision=226633
* Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/Roman Divacky2010-06-091-0/+73
in llvm/ and/or llvm/contrib/clang/ respectively. Approved by: ed (mentor) Approved by: core Notes: svn path=/head/; revision=208954