summaryrefslogtreecommitdiffstats
path: root/lib/Lex/ScratchBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Lex] Use WritableMemoryBuffer in ScratchBuffer.cppPavel Labath2018-01-111-4/+4
* PR33902: Invalidate line number cache when adding more text to existing buffer.Richard Smith2017-07-301-0/+8
* MSan told me that we actually dump the entire scratch buffer into PCH files, ...Benjamin Kramer2015-04-061-3/+4
* Prefer uninitialized memory for scratch space.Benjamin Kramer2015-04-061-1/+1
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-4/+5
* [C++11] Use 'nullptr'. Lex edition.Craig Topper2014-05-171-1/+2
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-161-1/+1
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-5/+5
* add \n characters to the scratch buffer *before* returned tokens. Chris Lattner2009-03-081-3/+7
* simplify some logic by making ScratchBuffer handle the application of trailingChris Lattner2009-03-081-5/+11
* This change refactors some of the low-level lexer interfaces a bit.Chris Lattner2009-01-261-11/+5
* Check in the long promised SourceLocation rewrite. This lays theChris Lattner2009-01-261-1/+1
* Make some enums in SourceLocation private, remove a useless assertion from Sc...Chris Lattner2009-01-191-3/+0
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-3/+3
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+72