summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/SimpleFormatContext.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix two leaks found by LSan (one is test-only).Nico Weber2014-04-241-1/+1
| | | | | | | The result of llvm::MemoryBuffer::getMemBuffer() needs to be freed. Don't pass "don't free" flag to overrideFileContents() to fix. llvm-svn: 207075
* Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko2013-11-131-0/+77
llvm-svn: 194610
OpenPOWER on IntegriCloud