aboutsummaryrefslogtreecommitdiff
path: root/lib/Index/SimpleFormatContext.h
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2015-10-06[VFS] Port SimpleFormatContext to InMemoryFileSystem.Benjamin Kramer
2015-04-11Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer
2014-08-27Overload SourceManager::overrideFileContents so that unconditionally passing ...David Blaikie
2014-08-27Update for LLVM api change.Rafael Espindola
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-07-05Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker
2014-06-27Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie
2014-05-26[C++11] Use 'nullptr'.Craig Topper
2014-04-24Fix two leaks found by LSan (one is test-only).Nico Weber
2013-11-13Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko